Html Css Color HEX #C6ECE5 Jagged Ice

📋 copy color: '#C6ECE5'

red 198 ◦ green 236 ◦ blue 229

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

Shades of Jagged Ice #C6ECE5

Tints of Jagged Ice #C6ECE5

RGB

 RED value IS 198 (77.73% from 255) = 29.86%

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

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

R = 29.86%
G = 35.6%
B = 34.54%

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

#C6ECE5 (or 0xC6ECE5) is known color: Jagged Ice. HEX triplet: C6, EC and E5. RGB value is (198,236,229). Sum of RGB (Red+Green+Blue) = 198+236+229=663 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.86% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #C6ECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6ECE5 is #39131A. Grayscale: #DFDFDF. Windows color (decimal): -3740443 or 15068358. OLE color: 15068358.

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

Color convert

RGB 198 236 229 -
CMYK 0.16 0 0.03 0.07
HSL 168.95º 0.5% 0.85% -
HSV(B) 168.95º 0.16% 0.93% -
XYZ 67.43 77.65 85.56 -
YUV 223.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 198 236 229 0.16 0 0.03 0.07 168.95 0.5 0.85
Hex C6 EC E5 10 0 3 7 A9 32 55
Octal 306 354 345 20 0 3 7 251 62 125
Binary 11000110 11101100 11100101 10000 0 11 111 10101001 110010 1010101

Color Harmonies of #C6ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ECE5

Black with #C6ECE5

Text Example


Text Example

White with #C6ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ECE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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