#CAEBF4

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

Shades of Onahau #CAEBF4

Tints of Onahau #CAEBF4

Color information

#CAEBF4 (or 0xCAEBF4) is unknown color: approx Onahau. HEX triplet: CA, EB and F4. RGB value is (202,235,244). Sum of RGB (Red+Green+Blue) = 202+235+244=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 244 - color contains mainly: blue. Hex color #CAEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBF4 is #35140B. Grayscale: #E2E2E2. Windows color (decimal): -3478540 or 16051146. OLE color: 16051146.

HSL color Cylindrical-coordinate representation of color #CAEBF4: hue angle of 192.86º 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 #CAEBF4 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202235244-
CMYK0.170.0400.04
HSL192.86º65.62%87.45%-
HSV(B)192.86º17.21%95.69%-
XYZ70.3978.597.03-
YUV226.16138.07110.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.66%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 244 (95.70% from 255) = 35.83%
R=29.66%
G=34.51%
B=35.83%

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
Decimal2022352440.170.0400.04192.8665.6287.45
HexCAEBF411404c14257
Octal31235336421404301102127
Binary1100101011101011111101001000110001001100000110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBF4; }

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

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

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

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

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

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

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

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