Html Css Color HEX #C7ECE5 Jagged Ice

📋 copy color: '#C7ECE5'

red 199 ◦ green 236 ◦ blue 229

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

Shades of Jagged Ice #C7ECE5

Tints of Jagged Ice #C7ECE5

RGB

 RED value IS 199 (78.13% from 255) = 29.97%

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

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

R = 29.97%
G = 35.54%
B = 34.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#C7ECE5 (or 0xC7ECE5) is known color: Jagged Ice. HEX triplet: C7, EC and E5. RGB value is (199,236,229). Sum of RGB (Red+Green+Blue) = 199+236+229=664 (87% of max value = 765). Red value is 199 (78.12% from 255 or 29.97% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7ECE5 is #38131A. Grayscale: #E0E0E0. Windows color (decimal): -3674907 or 15068359. OLE color: 15068359.

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

Color convert

RGB 199 236 229 -
CMYK 0.16 0 0.03 0.07
HSL 168.65º 0.49% 0.85% -
HSV(B) 168.65º 0.16% 0.93% -
XYZ 67.69 77.79 85.58 -
YUV 224.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 199 236 229 0.16 0 0.03 0.07 168.65 0.49 0.85
Hex C7 EC E5 10 0 3 7 A9 31 55
Octal 307 354 345 20 0 3 7 251 61 125
Binary 11000111 11101100 11100101 10000 0 11 111 10101001 110001 1010101

Color Harmonies of #C7ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ECE5

Black with #C7ECE5

Text Example


Text Example

White with #C7ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ECE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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