#CAEEF9

Color #CAEEF9 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #CAEEF9

Tints of Onahau #CAEEF9

Color information

#CAEEF9 (or 0xCAEEF9) is unknown color: approx Onahau. HEX triplet: CA, EE and F9. RGB value is (202,238,249). Sum of RGB (Red+Green+Blue) = 202+238+249=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEF9 is #351106. Grayscale: #E4E4E4. Windows color (decimal): -3477767 or 16379594. OLE color: 16379594.

HSL color Cylindrical-coordinate representation of color #CAEEF9: hue angle of 194.04º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAEEF9 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202238249-
CMYK0.190.0400.02
HSL194.04º79.66%88.43%-
HSV(B)194.04º18.88%97.65%-
XYZ72.0380.55101.37-
YUV228.49139.57109.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.32%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=29.32%
G=34.54%
B=36.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022382490.190.0400.02194.0479.6688.43
HexCAEEF913402c25058
Octal31235637123402302120130
Binary110010101110111011111001100111000101100001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEF9; }

 p { color: rgb(202,238,249); }

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

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

 a { background-color: rgb(202,238,249); }

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

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

 span { border-color: rgb(202,238,249); }

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