#CAECF0

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

Shades of Onahau #CAECF0

Tints of Onahau #CAECF0

Color information

#CAECF0 (or 0xCAECF0) is unknown color: approx Onahau. HEX triplet: CA, EC and F0. RGB value is (202,236,240). Sum of RGB (Red+Green+Blue) = 202+236+240=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECF0 is #35130F. Grayscale: #E2E2E2. Windows color (decimal): -3478288 or 15789258. OLE color: 15789258.

HSL color Cylindrical-coordinate representation of color #CAECF0: hue angle of 186.32º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAECF0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202236240-
CMYK0.160.0200.06
HSL186.32º55.88%86.67%-
HSV(B)186.32º15.83%94.12%-
XYZ70.0878.8493.96-
YUV226.29135.74110.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.79%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=29.79%
G=34.81%
B=35.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022362400.160.0200.06186.3255.8886.67
HexCAECF010206ba3857
Octal3123543602020627270127
Binary11001010111011001111000010000100110101110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECF0; }

 p { color: rgb(202,236,240); }

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

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

 a { background-color: rgb(202,236,240); }

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

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

 span { border-color: rgb(202,236,240); }

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