Html Css Color HEX #C2D6CB Jet Stream

📋 copy color: '#C2D6CB'

red 194 ◦ green 214 ◦ blue 203

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

Shades of Jet Stream #C2D6CB

Tints of Jet Stream #C2D6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.22%

R = 31.75%
G = 35.02%
B = 33.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#C2D6CB (or 0xC2D6CB) is known color: Jet Stream. HEX triplet: C2, D6 and CB. RGB value is (194,214,203). Sum of RGB (Red+Green+Blue) = 194+214+203=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6CB is #3D2934. Grayscale: #CECECE. Windows color (decimal): -4008245 or 13358786. OLE color: 13358786.

HSL color Cylindrical-coordinate representation of color #C2D6CB: hue angle of 147º 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 #C2D6CB is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 214 203 -
CMYK 0.09 0 0.05 0.16
HSL 147º 0.2% 0.8% -
HSV(B) 147º 0.09% 0.84% -
XYZ 57.07 63.87 65.82 -
YUV 206.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 194 214 203 0.09 0 0.05 0.16 147 0.2 0.8
Hex C2 D6 CB 9 0 5 10 93 14 50
Octal 302 326 313 11 0 5 20 223 24 120
Binary 11000010 11010110 11001011 1001 0 101 10000 10010011 10100 1010000

Color Harmonies of #C2D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D6CB

Black with #C2D6CB

Text Example


Text Example

White with #C2D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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