#69A0EA

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

Shades of Cornflower Blue #69A0EA

Tints of Cornflower Blue #69A0EA

Color information

#69A0EA (or 0x69A0EA) is unknown color: approx Cornflower Blue. HEX triplet: 69, A0 and EA. RGB value is (105,160,234). Sum of RGB (Red+Green+Blue) = 105+160+234=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #69A0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A0EA is #965F15. Grayscale: #979797. Windows color (decimal): -9854742 or 15376489. OLE color: 15376489.

HSL color Cylindrical-coordinate representation of color #69A0EA: hue angle of 214.42º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69A0EA is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105160234-
CMYK0.550.3200.08
HSL214.42º75.44%66.47%-
HSV(B)214.42º55.13%91.76%-
XYZ33.2534.0982.67-
YUV151.99174.2894.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.04%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=21.04%
G=32.06%
B=46.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051602340.550.3200.08214.4275.4466.47
Hex69A0EA372008d64b42
Octal1512403526740010326113102
Binary11010011010000011101010110111100000010001101011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,160,234); }

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

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

 a { background-color: rgb(105,160,234); }

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

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

 span { border-color: rgb(105,160,234); }

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