Html Css Color HEX #C2D8CE Jet Stream

📋 copy color: '#C2D8CE'

red 194 ◦ green 216 ◦ blue 206

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

Shades of Jet Stream #C2D8CE

Tints of Jet Stream #C2D8CE

RGB

 RED value IS 194 (76.17% from 255) = 31.49%

 GREEN value IS 216 (84.77% from 255) = 35.06%

 BLUE value IS 206 (80.86% from 255) = 33.44%

R = 31.49%
G = 35.06%
B = 33.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#C2D8CE (or 0xC2D8CE) is known color: Jet Stream. HEX triplet: C2, D8 and CE. RGB value is (194,216,206). Sum of RGB (Red+Green+Blue) = 194+216+206=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8CE is #3D2731. Grayscale: #D0D0D0. Windows color (decimal): -4007730 or 13555906. OLE color: 13555906.

HSL color Cylindrical-coordinate representation of color #C2D8CE: hue angle of 152.73º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D8CE is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 206 -
CMYK 0.10 0 0.05 0.15
HSL 152.73º 0.22% 0.8% -
HSV(B) 152.73º 0.1% 0.85% -
XYZ 57.94 65.04 67.89 -
YUV 208.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 194 216 206 0.10 0 0.05 0.15 152.73 0.22 0.8
Hex C2 D8 CE A 0 5 F 99 16 50
Octal 302 330 316 12 0 5 17 231 26 120
Binary 11000010 11011000 11001110 1010 0 101 1111 10011001 10110 1010000

Color Harmonies of #C2D8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8CE

Black with #C2D8CE

Text Example


Text Example

White with #C2D8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8CE; }

 p { color: rgb(194,216,206); }

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

background-color css

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

 a { background-color: rgb(194,216,206); }

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

border-color css

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

 span { border-color: rgb(194,216,206); }

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