#CAEAEE

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

Shades of Onahau #CAEAEE

Tints of Onahau #CAEAEE

Color information

#CAEAEE (or 0xCAEAEE) is unknown color: approx Onahau. HEX triplet: CA, EA and EE. RGB value is (202,234,238). Sum of RGB (Red+Green+Blue) = 202+234+238=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAEE is #351511. Grayscale: #E0E0E0. Windows color (decimal): -3478802 or 15657674. OLE color: 15657674.

HSL color Cylindrical-coordinate representation of color #CAEAEE: hue angle of 186.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEAEE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202234238-
CMYK0.150.0200.07
HSL186.67º51.43%86.27%-
HSV(B)186.67º15.13%93.33%-
XYZ69.2177.5892.21-
YUV224.89135.4111.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=29.97%
G=34.72%
B=35.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022342380.150.0200.07186.6751.4386.27
HexCAEAEEF207bb3356
Octal3123523561720727363126
Binary1100101011101010111011101111100111101110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAEE; }

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

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

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

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

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

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

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

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