Html Css Color HEX #CAEAE6 Jagged Ice

📋 copy color: '#CAEAE6'

red 202 ◦ green 234 ◦ blue 230

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

Shades of Jagged Ice #CAEAE6

Tints of Jagged Ice #CAEAE6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.14%

 BLUE value IS 230 (90.23% from 255) = 34.53%

R = 30.33%
G = 35.14%
B = 34.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#CAEAE6 (or 0xCAEAE6) is known color: Jagged Ice. HEX triplet: CA, EA and E6. RGB value is (202,234,230). Sum of RGB (Red+Green+Blue) = 202+234+230=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAE6 is #351519. Grayscale: #DFDFDF. Windows color (decimal): -3478810 or 15133386. OLE color: 15133386.

HSL color Cylindrical-coordinate representation of color #CAEAE6: hue angle of 172.5º 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 #CAEAE6 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 230 -
CMYK 0.14 0 0.02 0.08
HSL 172.5º 0.43% 0.85% -
HSV(B) 172.5º 0.14% 0.92% -
XYZ 68.06 77.12 86.16 -
YUV 223.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 202 234 230 0.14 0 0.02 0.08 172.5 0.43 0.85
Hex CA EA E6 E 0 2 8 AC 2B 55
Octal 312 352 346 16 0 2 10 254 53 125
Binary 11001010 11101010 11100110 1110 0 10 1000 10101100 101011 1010101

Color Harmonies of #CAEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAE6

Black with #CAEAE6

Text Example


Text Example

White with #CAEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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