Html Css Color HEX #C2D6CE Jet Stream

📋 copy color: '#C2D6CE'

red 194 ◦ green 214 ◦ blue 206

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

Shades of Jet Stream #C2D6CE

Tints of Jet Stream #C2D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.85%

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

R = 31.6%
G = 34.85%
B = 33.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C2D6CE (or 0xC2D6CE) is known color: Jet Stream. HEX triplet: C2, D6 and CE. RGB value is (194,214,206). Sum of RGB (Red+Green+Blue) = 194+214+206=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6CE is #3D2931. Grayscale: #CFCFCF. Windows color (decimal): -4008242 or 13555394. OLE color: 13555394.

HSL color Cylindrical-coordinate representation of color #C2D6CE: hue angle of 156º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D6CE is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 214 206 -
CMYK 0.09 0 0.04 0.16
HSL 156º 0.2% 0.8% -
HSV(B) 156º 0.09% 0.84% -
XYZ 57.44 64.02 67.72 -
YUV 207.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 194 214 206 0.09 0 0.04 0.16 156 0.2 0.8
Hex C2 D6 CE 9 0 4 10 9C 14 50
Octal 302 326 316 11 0 4 20 234 24 120
Binary 11000010 11010110 11001110 1001 0 100 10000 10011100 10100 1010000

Color Harmonies of #C2D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D6CE

Black with #C2D6CE

Text Example


Text Example

White with #C2D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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