#69A8E3

Color #69A8E3 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #69A8E3

Tints of Jordy Blue #69A8E3

Color information

#69A8E3 (or 0x69A8E3) is unknown color: approx Jordy Blue. HEX triplet: 69, A8 and E3. RGB value is (105,168,227). Sum of RGB (Red+Green+Blue) = 105+168+227=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #69A8E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A8E3 is #96571C. Grayscale: #9B9B9B. Windows color (decimal): -9852701 or 14919785. OLE color: 14919785.

HSL color Cylindrical-coordinate representation of color #69A8E3: hue angle of 209.02º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69A8E3 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105168227-
CMYK0.540.2600.11
HSL209.02º68.54%65.1%-
HSV(B)209.02º53.74%89.02%-
XYZ33.6936.5577.95-
YUV155.89168.1391.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 21%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 227 (89.06% from 255) = 45.4%
R=21%
G=33.6%
B=45.4%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051682270.540.2600.11209.0268.5465.1
Hex69A8E3361A0Bd14541
Octal1512503436632013321105101
Binary1101001101010001110001111011011010010111101000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A8E3; }

 p { color: rgb(105,168,227); }

 H1.HeaderClassName
 {
   color: #69A8E3;
 }
 .AnyTagClassName
 {
   color: #69A8E3;
 }
</style>
background-color css

<style>
 a { background-color: #69A8E3; }

 a { background-color: rgb(105,168,227); }

 div.DivClassName
 {
   background-color: #69A8E3;
 }
 .BgClassName
 {
   background-color: #69A8E3;
 }
</style>
border-color css

<style>
 span { border-color: #69A8E3; }

 span { border-color: rgb(105,168,227); }

 td.TdClassName
 {
   border-color: #69A8E3;
 }
 .TagClassName
 {
   border-color: #69A8E3;
 }
</style>