Html Css Color HEX #C9F2EA Jagged Ice

📋 copy color: '#C9F2EA'

red 201 ◦ green 242 ◦ blue 234

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

Shades of Jagged Ice #C9F2EA

Tints of Jagged Ice #C9F2EA

RGB

 RED value IS 201 (78.91% from 255) = 29.69%

 GREEN value IS 242 (94.92% from 255) = 35.75%

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

R = 29.69%
G = 35.75%
B = 34.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#C9F2EA (or 0xC9F2EA) is known color: Jagged Ice. HEX triplet: C9, F2 and EA. RGB value is (201,242,234). Sum of RGB (Red+Green+Blue) = 201+242+234=677 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.69% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F2EA is #360D15. Grayscale: #E4E4E4. Windows color (decimal): -3542294 or 15397577. OLE color: 15397577.

HSL color Cylindrical-coordinate representation of color #C9F2EA: hue angle of 168.29º degrees, saturation: 0.61, 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 #C9F2EA is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 242 234 -
CMYK 0.17 0 0.03 0.05
HSL 168.29º 0.61% 0.87% -
HSV(B) 168.29º 0.17% 0.95% -
XYZ 70.69 81.86 89.92 -
YUV 228.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 201 242 234 0.17 0 0.03 0.05 168.29 0.61 0.87
Hex C9 F2 EA 11 0 3 5 A8 3D 57
Octal 311 362 352 21 0 3 5 250 75 127
Binary 11001001 11110010 11101010 10001 0 11 101 10101000 111101 1010111

Color Harmonies of #C9F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F2EA

Black with #C9F2EA

Text Example


Text Example

White with #C9F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F2EA; }

 p { color: rgb(201,242,234); }

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

background-color css

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

 a { background-color: rgb(201,242,234); }

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

border-color css

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

 span { border-color: rgb(201,242,234); }

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