Html Css Color HEX #C2CFCB Jet Stream

📋 copy color: '#C2CFCB'

red 194 ◦ green 207 ◦ blue 203

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

Shades of Jet Stream #C2CFCB

Tints of Jet Stream #C2CFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.27%

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

R = 32.12%
G = 34.27%
B = 33.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#C2CFCB (or 0xC2CFCB) is known color: Jet Stream. HEX triplet: C2, CF and CB. RGB value is (194,207,203). Sum of RGB (Red+Green+Blue) = 194+207+203=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFCB is #3D3034. Grayscale: #CACACA. Windows color (decimal): -4010037 or 13356994. OLE color: 13356994.

HSL color Cylindrical-coordinate representation of color #C2CFCB: hue angle of 161.54º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CFCB is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 203 -
CMYK 0.06 0 0.02 0.19
HSL 161.54º 0.12% 0.79% -
HSV(B) 161.54º 0.06% 0.81% -
XYZ 55.34 60.41 65.24 -
YUV 202.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 194 207 203 0.06 0 0.02 0.19 161.54 0.12 0.79
Hex C2 CF CB 6 0 2 13 A2 C 4F
Octal 302 317 313 6 0 2 23 242 14 117
Binary 11000010 11001111 11001011 110 0 10 10011 10100010 1100 1001111

Color Harmonies of #C2CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFCB

Black with #C2CFCB

Text Example


Text Example

White with #C2CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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