Html Css Color HEX #CAF1E9 Jagged Ice

📋 copy color: '#CAF1E9'

red 202 ◦ green 241 ◦ blue 233

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

Shades of Jagged Ice #CAF1E9

Tints of Jagged Ice #CAF1E9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.65%

 BLUE value IS 233 (91.41% from 255) = 34.47%

R = 29.88%
G = 35.65%
B = 34.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#CAF1E9 (or 0xCAF1E9) is known color: Jagged Ice. HEX triplet: CA, F1 and E9. RGB value is (202,241,233). Sum of RGB (Red+Green+Blue) = 202+241+233=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1E9 is #350E16. Grayscale: #E4E4E4. Windows color (decimal): -3477015 or 15331786. OLE color: 15331786.

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

Color convert

RGB 202 241 233 -
CMYK 0.16 0 0.03 0.05
HSL 167.69º 0.58% 0.87% -
HSV(B) 167.69º 0.16% 0.95% -
XYZ 70.52 81.35 89.08 -
YUV 228.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 202 241 233 0.16 0 0.03 0.05 167.69 0.58 0.87
Hex CA F1 E9 10 0 3 5 A8 3A 57
Octal 312 361 351 20 0 3 5 250 72 127
Binary 11001010 11110001 11101001 10000 0 11 101 10101000 111010 1010111

Color Harmonies of #CAF1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1E9

Black with #CAF1E9

Text Example


Text Example

White with #CAF1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1E9; }

 p { color: rgb(202,241,233); }

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

background-color css

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

 a { background-color: rgb(202,241,233); }

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

border-color css

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

 span { border-color: rgb(202,241,233); }

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