Html Css Color HEX #CAE5EA Onahau

📋 copy color: '#CAE5EA'

red 202 ◦ green 229 ◦ blue 234

#CAE5EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #CAE5EA

Tints of Onahau #CAE5EA

RGB

 RED value IS 202 (79.3% from 255) = 30.38%

 GREEN value IS 229 (89.84% from 255) = 34.44%

 BLUE value IS 234 (91.8% from 255) = 35.19%

R = 30.38%
G = 34.44%
B = 35.19%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAE5EA (or 0xCAE5EA) is known color: Onahau. HEX triplet: CA, E5 and EA. RGB value is (202,229,234). Sum of RGB (Red+Green+Blue) = 202+229+234=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5EA is #351A15. Grayscale: #DDDDDD. Windows color (decimal): -3480086 or 15394250. OLE color: 15394250.

HSL color Cylindrical-coordinate representation of color #CAE5EA: hue angle of 189.38º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE5EA is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 229 234 -
CMYK 0.14 0.02 0 0.08
HSL 189.38º 0.43% 0.85% -
HSV(B) 189.38º 0.14% 0.92% -
XYZ 67.23 74.54 88.69 -
YUV 221.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 202 229 234 0.14 0.02 0 0.08 189.38 0.43 0.85
Hex CA E5 EA E 2 0 8 BD 2B 55
Octal 312 345 352 16 2 0 10 275 53 125
Binary 11001010 11100101 11101010 1110 10 0 1000 10111101 101011 1010101

Color Harmonies of #CAE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5EA

Black with #CAE5EA

Text Example


Text Example

White with #CAE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5EA; }

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

 H1.HeaderClassName
 {
   color: #CAE5EA;
 }
 .AnyTagClassName
 {
   color: #CAE5EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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