Html Css Color HEX #C2D3CB Jet Stream

📋 copy color: '#C2D3CB'

red 194 ◦ green 211 ◦ blue 203

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

Shades of Jet Stream #C2D3CB

Tints of Jet Stream #C2D3CB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.7%

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

R = 31.91%
G = 34.7%
B = 33.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#C2D3CB (or 0xC2D3CB) is known color: Jet Stream. HEX triplet: C2, D3 and CB. RGB value is (194,211,203). Sum of RGB (Red+Green+Blue) = 194+211+203=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3CB is #3D2C34. Grayscale: #CDCDCD. Windows color (decimal): -4009013 or 13358018. OLE color: 13358018.

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

Color convert

RGB 194 211 203 -
CMYK 0.08 0 0.04 0.17
HSL 151.76º 0.16% 0.79% -
HSV(B) 151.76º 0.08% 0.83% -
XYZ 56.32 62.37 65.57 -
YUV 205.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 194 211 203 0.08 0 0.04 0.17 151.76 0.16 0.79
Hex C2 D3 CB 8 0 4 11 98 10 4F
Octal 302 323 313 10 0 4 21 230 20 117
Binary 11000010 11010011 11001011 1000 0 100 10001 10011000 10000 1001111

Color Harmonies of #C2D3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D3CB

Black with #C2D3CB

Text Example


Text Example

White with #C2D3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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