Html Css Color HEX #C1D5CC Jet Stream

📋 copy color: '#C1D5CC'

red 193 ◦ green 213 ◦ blue 204

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

Shades of Jet Stream #C1D5CC

Tints of Jet Stream #C1D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.92%

 BLUE value IS 204 (80.08% from 255) = 33.44%

R = 31.64%
G = 34.92%
B = 33.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C1D5CC (or 0xC1D5CC) is known color: Jet Stream. HEX triplet: C1, D5 and CC. RGB value is (193,213,204). Sum of RGB (Red+Green+Blue) = 193+213+204=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D5CC is #3E2A33. Grayscale: #CECECE. Windows color (decimal): -4074036 or 13424065. OLE color: 13424065.

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

Color convert

RGB 193 213 204 -
CMYK 0.09 0 0.04 0.16
HSL 153º 0.19% 0.8% -
HSV(B) 153º 0.09% 0.84% -
XYZ 56.69 63.29 66.35 -
YUV 205.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 193 213 204 0.09 0 0.04 0.16 153 0.19 0.8
Hex C1 D5 CC 9 0 4 10 99 13 50
Octal 301 325 314 11 0 4 20 231 23 120
Binary 11000001 11010101 11001100 1001 0 100 10000 10011001 10011 1010000

Color Harmonies of #C1D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D5CC

Black with #C1D5CC

Text Example


Text Example

White with #C1D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D5CC; }

 p { color: rgb(193,213,204); }

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

background-color css

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

 a { background-color: rgb(193,213,204); }

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

border-color css

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

 span { border-color: rgb(193,213,204); }

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