Html Css Color HEX #C8ECE5 Jagged Ice

📋 copy color: '#C8ECE5'

red 200 ◦ green 236 ◦ blue 229

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

Shades of Jagged Ice #C8ECE5

Tints of Jagged Ice #C8ECE5

RGB

 RED value IS 200 (78.52% from 255) = 30.08%

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

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

R = 30.08%
G = 35.49%
B = 34.44%

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

#C8ECE5 (or 0xC8ECE5) is known color: Jagged Ice. HEX triplet: C8, EC and E5. RGB value is (200,236,229). Sum of RGB (Red+Green+Blue) = 200+236+229=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECE5 is #37131A. Grayscale: #E0E0E0. Windows color (decimal): -3609371 or 15068360. OLE color: 15068360.

HSL color Cylindrical-coordinate representation of color #C8ECE5: hue angle of 168.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8ECE5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 236 229 -
CMYK 0.15 0 0.03 0.07
HSL 168.33º 0.49% 0.85% -
HSV(B) 168.33º 0.15% 0.93% -
XYZ 67.96 77.93 85.59 -
YUV 224.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 200 236 229 0.15 0 0.03 0.07 168.33 0.49 0.85
Hex C8 EC E5 F 0 3 7 A8 31 55
Octal 310 354 345 17 0 3 7 250 61 125
Binary 11001000 11101100 11100101 1111 0 11 111 10101000 110001 1010101

Color Harmonies of #C8ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ECE5

Black with #C8ECE5

Text Example


Text Example

White with #C8ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ECE5; }

 p { color: rgb(200,236,229); }

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

background-color css

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

 a { background-color: rgb(200,236,229); }

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

border-color css

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

 span { border-color: rgb(200,236,229); }

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