Html Css Color HEX #C6D1CB Jet Stream

📋 copy color: '#C6D1CB'

red 198 ◦ green 209 ◦ blue 203

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

Shades of Jet Stream #C6D1CB

Tints of Jet Stream #C6D1CB

RGB

 RED value IS 198 (77.73% from 255) = 32.46%

 GREEN value IS 209 (82.03% from 255) = 34.26%

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

R = 32.46%
G = 34.26%
B = 33.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#C6D1CB (or 0xC6D1CB) is known color: Jet Stream. HEX triplet: C6, D1 and CB. RGB value is (198,209,203). Sum of RGB (Red+Green+Blue) = 198+209+203=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1CB is #392E34. Grayscale: #CDCDCD. Windows color (decimal): -3747381 or 13357510. OLE color: 13357510.

HSL color Cylindrical-coordinate representation of color #C6D1CB: hue angle of 147.27º degrees, saturation: 0.11, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6D1CB is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 209 203 -
CMYK 0.05 0 0.03 0.18
HSL 147.27º 0.11% 0.8% -
HSV(B) 147.27º 0.05% 0.82% -
XYZ 56.87 61.92 65.45 -
YUV 205.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 198 209 203 0.05 0 0.03 0.18 147.27 0.11 0.8
Hex C6 D1 CB 5 0 3 12 93 B 50
Octal 306 321 313 5 0 3 22 223 13 120
Binary 11000110 11010001 11001011 101 0 11 10010 10010011 1011 1010000

Color Harmonies of #C6D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D1CB

Black with #C6D1CB

Text Example


Text Example

White with #C6D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D1CB; }

 p { color: rgb(198,209,203); }

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

background-color css

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

 a { background-color: rgb(198,209,203); }

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

border-color css

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

 span { border-color: rgb(198,209,203); }

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