#CAEEF3

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

Shades of Onahau #CAEEF3

Tints of Onahau #CAEEF3

Color information

#CAEEF3 (or 0xCAEEF3) is unknown color: approx Onahau. HEX triplet: CA, EE and F3. RGB value is (202,238,243). Sum of RGB (Red+Green+Blue) = 202+238+243=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEF3 is #35110C. Grayscale: #E3E3E3. Windows color (decimal): -3477773 or 15986378. OLE color: 15986378.

HSL color Cylindrical-coordinate representation of color #CAEEF3: hue angle of 187.32º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAEEF3 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202238243-
CMYK0.170.0200.05
HSL187.32º63.08%87.25%-
HSV(B)187.32º16.87%95.29%-
XYZ71.1180.1896.52-
YUV227.81136.57109.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.58%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=29.58%
G=34.85%
B=35.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022382430.170.0200.05187.3263.0887.25
HexCAEEF311205bb3f57
Octal3123563632120527377127
Binary11001010111011101111001110001100101101110111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEF3; }

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

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

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

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

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

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

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

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