Html Css Color HEX #C6EBE2 Jagged Ice

📋 copy color: '#C6EBE2'

red 198 ◦ green 235 ◦ blue 226

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

Shades of Jagged Ice #C6EBE2

Tints of Jagged Ice #C6EBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.66%

 BLUE value IS 226 (88.67% from 255) = 34.29%

R = 30.05%
G = 35.66%
B = 34.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#C6EBE2 (or 0xC6EBE2) is known color: Jagged Ice. HEX triplet: C6, EB and E2. RGB value is (198,235,226). Sum of RGB (Red+Green+Blue) = 198+235+226=659 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.05% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EBE2 is #39141D. Grayscale: #DEDEDE. Windows color (decimal): -3740702 or 14871494. OLE color: 14871494.

HSL color Cylindrical-coordinate representation of color #C6EBE2: hue angle of 165.41º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6EBE2 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 235 226 -
CMYK 0.16 0 0.04 0.08
HSL 165.41º 0.48% 0.85% -
HSV(B) 165.41º 0.16% 0.92% -
XYZ 66.72 76.91 83.28 -
YUV 222.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 198 235 226 0.16 0 0.04 0.08 165.41 0.48 0.85
Hex C6 EB E2 10 0 4 8 A5 30 55
Octal 306 353 342 20 0 4 10 245 60 125
Binary 11000110 11101011 11100010 10000 0 100 1000 10100101 110000 1010101

Color Harmonies of #C6EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EBE2

Black with #C6EBE2

Text Example


Text Example

White with #C6EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EBE2; }

 p { color: rgb(198,235,226); }

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

background-color css

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

 a { background-color: rgb(198,235,226); }

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

border-color css

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

 span { border-color: rgb(198,235,226); }

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