Html Css Color HEX #C3F6ED Jagged Ice

📋 copy color: '#C3F6ED'

red 195 ◦ green 246 ◦ blue 237

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

Shades of Jagged Ice #C3F6ED

Tints of Jagged Ice #C3F6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.28%

 BLUE value IS 237 (92.97% from 255) = 34.96%

R = 28.76%
G = 36.28%
B = 34.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#C3F6ED (or 0xC3F6ED) is known color: Jagged Ice. HEX triplet: C3, F6 and ED. RGB value is (195,246,237). Sum of RGB (Red+Green+Blue) = 195+246+237=678 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.76% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F6ED is #3C0912. Grayscale: #E5E5E5. Windows color (decimal): -3934483 or 15595203. OLE color: 15595203.

HSL color Cylindrical-coordinate representation of color #C3F6ED: hue angle of 169.41º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3F6ED is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 246 237 -
CMYK 0.21 0 0.04 0.04
HSL 169.41º 0.74% 0.86% -
HSV(B) 169.41º 0.21% 0.96% -
XYZ 70.75 83.63 92.53 -
YUV 229.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 195 246 237 0.21 0 0.04 0.04 169.41 0.74 0.86
Hex C3 F6 ED 15 0 4 4 A9 4A 56
Octal 303 366 355 25 0 4 4 251 112 126
Binary 11000011 11110110 11101101 10101 0 100 100 10101001 1001010 1010110

Color Harmonies of #C3F6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F6ED

Black with #C3F6ED

Text Example


Text Example

White with #C3F6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F6ED; }

 p { color: rgb(195,246,237); }

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

background-color css

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

 a { background-color: rgb(195,246,237); }

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

border-color css

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

 span { border-color: rgb(195,246,237); }

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