Html Css Color HEX #C9EBE5 Jagged Ice

📋 copy color: '#C9EBE5'

red 201 ◦ green 235 ◦ blue 229

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

Shades of Jagged Ice #C9EBE5

Tints of Jagged Ice #C9EBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.34%

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

R = 30.23%
G = 35.34%
B = 34.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#C9EBE5 (or 0xC9EBE5) is known color: Jagged Ice. HEX triplet: C9, EB and E5. RGB value is (201,235,229). Sum of RGB (Red+Green+Blue) = 201+235+229=665 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.23% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EBE5 is #36141A. Grayscale: #E0E0E0. Windows color (decimal): -3544091 or 15068105. OLE color: 15068105.

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

Color convert

RGB 201 235 229 -
CMYK 0.14 0 0.03 0.08
HSL 169.41º 0.46% 0.85% -
HSV(B) 169.41º 0.14% 0.92% -
XYZ 67.94 77.49 85.51 -
YUV 224.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 201 235 229 0.14 0 0.03 0.08 169.41 0.46 0.85
Hex C9 EB E5 E 0 3 8 A9 2E 55
Octal 311 353 345 16 0 3 10 251 56 125
Binary 11001001 11101011 11100101 1110 0 11 1000 10101001 101110 1010101

Color Harmonies of #C9EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EBE5

Black with #C9EBE5

Text Example


Text Example

White with #C9EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EBE5; }

 p { color: rgb(201,235,229); }

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

background-color css

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

 a { background-color: rgb(201,235,229); }

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

border-color css

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

 span { border-color: rgb(201,235,229); }

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