Html Css Color HEX #C1D9CE Jet Stream

📋 copy color: '#C1D9CE'

red 193 ◦ green 217 ◦ blue 206

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

Shades of Jet Stream #C1D9CE

Tints of Jet Stream #C1D9CE

RGB

 RED value IS 193 (75.78% from 255) = 31.33%

 GREEN value IS 217 (85.16% from 255) = 35.23%

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

R = 31.33%
G = 35.23%
B = 33.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#C1D9CE (or 0xC1D9CE) is known color: Jet Stream. HEX triplet: C1, D9 and CE. RGB value is (193,217,206). Sum of RGB (Red+Green+Blue) = 193+217+206=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D9CE is #3E2631. Grayscale: #D0D0D0. Windows color (decimal): -4073010 or 13556161. OLE color: 13556161.

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

Color convert

RGB 193 217 206 -
CMYK 0.11 0 0.05 0.15
HSL 152.5º 0.24% 0.8% -
HSV(B) 152.5º 0.11% 0.85% -
XYZ 57.95 65.42 67.97 -
YUV 208.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 193 217 206 0.11 0 0.05 0.15 152.5 0.24 0.8
Hex C1 D9 CE B 0 5 F 98 18 50
Octal 301 331 316 13 0 5 17 230 30 120
Binary 11000001 11011001 11001110 1011 0 101 1111 10011000 11000 1010000

Color Harmonies of #C1D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D9CE

Black with #C1D9CE

Text Example


Text Example

White with #C1D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D9CE; }

 p { color: rgb(193,217,206); }

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

background-color css

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

 a { background-color: rgb(193,217,206); }

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

border-color css

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

 span { border-color: rgb(193,217,206); }

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