Html Css Color HEX #C3ECE6 Jagged Ice

📋 copy color: '#C3ECE6'

red 195 ◦ green 236 ◦ blue 230

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

Shades of Jagged Ice #C3ECE6

Tints of Jagged Ice #C3ECE6

RGB

 RED value IS 195 (76.56% from 255) = 29.5%

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

 BLUE value IS 230 (90.23% from 255) = 34.8%

R = 29.5%
G = 35.7%
B = 34.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#C3ECE6 (or 0xC3ECE6) is known color: Jagged Ice. HEX triplet: C3, EC and E6. RGB value is (195,236,230). Sum of RGB (Red+Green+Blue) = 195+236+230=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #C3ECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3ECE6 is #3C1319. Grayscale: #DFDFDF. Windows color (decimal): -3937050 or 15133891. OLE color: 15133891.

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

Color convert

RGB 195 236 230 -
CMYK 0.17 0 0.03 0.07
HSL 171.22º 0.52% 0.85% -
HSV(B) 171.22º 0.17% 0.93% -
XYZ 66.78 77.31 86.26 -
YUV 223.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 195 236 230 0.17 0 0.03 0.07 171.22 0.52 0.85
Hex C3 EC E6 11 0 3 7 AB 34 55
Octal 303 354 346 21 0 3 7 253 64 125
Binary 11000011 11101100 11100110 10001 0 11 111 10101011 110100 1010101

Color Harmonies of #C3ECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ECE6

Black with #C3ECE6

Text Example


Text Example

White with #C3ECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ECE6; }

 p { color: rgb(195,236,230); }

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

background-color css

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

 a { background-color: rgb(195,236,230); }

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

border-color css

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

 span { border-color: rgb(195,236,230); }

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