Html Css Color HEX #C3F0E7 Jagged Ice

📋 copy color: '#C3F0E7'

red 195 ◦ green 240 ◦ blue 231

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

Shades of Jagged Ice #C3F0E7

Tints of Jagged Ice #C3F0E7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.04%

 BLUE value IS 231 (90.63% from 255) = 34.68%

R = 29.28%
G = 36.04%
B = 34.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#C3F0E7 (or 0xC3F0E7) is known color: Jagged Ice. HEX triplet: C3, F0 and E7. RGB value is (195,240,231). Sum of RGB (Red+Green+Blue) = 195+240+231=666 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.28% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F0E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F0E7 is #3C0F18. Grayscale: #E1E1E1. Windows color (decimal): -3936025 or 15200451. OLE color: 15200451.

HSL color Cylindrical-coordinate representation of color #C3F0E7: hue angle of 168º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F0E7 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 240 231 -
CMYK 0.19 0 0.04 0.06
HSL 168º 0.6% 0.85% -
HSV(B) 168º 0.19% 0.94% -
XYZ 68.09 79.69 87.39 -
YUV 225.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 195 240 231 0.19 0 0.04 0.06 168 0.6 0.85
Hex C3 F0 E7 13 0 4 6 A8 3C 55
Octal 303 360 347 23 0 4 6 250 74 125
Binary 11000011 11110000 11100111 10011 0 100 110 10101000 111100 1010101

Color Harmonies of #C3F0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F0E7

Black with #C3F0E7

Text Example


Text Example

White with #C3F0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F0E7; }

 p { color: rgb(195,240,231); }

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

background-color css

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

 a { background-color: rgb(195,240,231); }

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

border-color css

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

 span { border-color: rgb(195,240,231); }

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