Html Css Color HEX #C9ECE4 Jagged Ice

📋 copy color: '#C9ECE4'

red 201 ◦ green 236 ◦ blue 228

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

Shades of Jagged Ice #C9ECE4

Tints of Jagged Ice #C9ECE4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.49%

 BLUE value IS 228 (89.45% from 255) = 34.29%

R = 30.23%
G = 35.49%
B = 34.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#C9ECE4 (or 0xC9ECE4) is known color: Jagged Ice. HEX triplet: C9, EC and E4. RGB value is (201,236,228). Sum of RGB (Red+Green+Blue) = 201+236+228=665 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.23% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #C9ECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9ECE4 is #36131B. Grayscale: #E0E0E0. Windows color (decimal): -3543836 or 15002825. OLE color: 15002825.

HSL color Cylindrical-coordinate representation of color #C9ECE4: hue angle of 166.29º degrees, saturation: 0.48, 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 #C9ECE4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 236 228 -
CMYK 0.15 0 0.03 0.07
HSL 166.29º 0.48% 0.86% -
HSV(B) 166.29º 0.15% 0.93% -
XYZ 68.09 78.01 84.87 -
YUV 224.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 201 236 228 0.15 0 0.03 0.07 166.29 0.48 0.86
Hex C9 EC E4 F 0 3 7 A6 30 56
Octal 311 354 344 17 0 3 7 246 60 126
Binary 11001001 11101100 11100100 1111 0 11 111 10100110 110000 1010110

Color Harmonies of #C9ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ECE4

Black with #C9ECE4

Text Example


Text Example

White with #C9ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ECE4; }

 p { color: rgb(201,236,228); }

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

background-color css

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

 a { background-color: rgb(201,236,228); }

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

border-color css

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

 span { border-color: rgb(201,236,228); }

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