#69AAF4

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

Shades of Cornflower Blue #69AAF4

Tints of Cornflower Blue #69AAF4

Color information

#69AAF4 (or 0x69AAF4) is unknown color: approx Cornflower Blue. HEX triplet: 69, AA and F4. RGB value is (105,170,244). Sum of RGB (Red+Green+Blue) = 105+170+244=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #69AAF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AAF4 is #96550B. Grayscale: #9E9E9E. Windows color (decimal): -9852172 or 16034409. OLE color: 16034409.

HSL color Cylindrical-coordinate representation of color #69AAF4: hue angle of 211.94º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69AAF4 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105170244-
CMYK0.570.3000.04
HSL211.94º86.34%68.43%-
HSV(B)211.94º56.97%95.69%-
XYZ36.5338.2891.05-
YUV159175.9789.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.23%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 244 (95.70% from 255) = 47.01%
R=20.23%
G=32.76%
B=47.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1051702440.570.3000.04211.9486.3468.43
Hex69AAF4391E04d45644
Octal151252364713604324126104
Binary110100110101010111101001110011111001001101010010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,170,244); }

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

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

 a { background-color: rgb(105,170,244); }

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

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

 span { border-color: rgb(105,170,244); }

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