#CAEAF4

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

Shades of Onahau #CAEAF4

Tints of Onahau #CAEAF4

Color information

#CAEAF4 (or 0xCAEAF4) is unknown color: approx Onahau. HEX triplet: CA, EA and F4. RGB value is (202,234,244). Sum of RGB (Red+Green+Blue) = 202+234+244=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 244 - color contains mainly: blue. Hex color #CAEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAF4 is #35150B. Grayscale: #E1E1E1. Windows color (decimal): -3478796 or 16050890. OLE color: 16050890.

HSL color Cylindrical-coordinate representation of color #CAEAF4: hue angle of 194.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAEAF4 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202234244-
CMYK0.170.0400.04
HSL194.29º65.62%87.45%-
HSV(B)194.29º17.21%95.69%-
XYZ70.1177.9396.94-
YUV225.57138.4111.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.71%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 244 (95.70% from 255) = 35.88%
R=29.71%
G=34.41%
B=35.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022342440.170.0400.04194.2965.6287.45
HexCAEAF411404c24257
Octal31235236421404302102127
Binary1100101011101010111101001000110001001100001010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAF4; }

 p { color: rgb(202,234,244); }

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

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

 a { background-color: rgb(202,234,244); }

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

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

 span { border-color: rgb(202,234,244); }

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