Html Css Color HEX #C5D0CC Jet Stream

📋 copy color: '#C5D0CC'

red 197 ◦ green 208 ◦ blue 204

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

Shades of Jet Stream #C5D0CC

Tints of Jet Stream #C5D0CC

RGB

 RED value IS 197 (77.34% from 255) = 32.35%

 GREEN value IS 208 (81.64% from 255) = 34.15%

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

R = 32.35%
G = 34.15%
B = 33.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#C5D0CC (or 0xC5D0CC) is known color: Jet Stream. HEX triplet: C5, D0 and CC. RGB value is (197,208,204). Sum of RGB (Red+Green+Blue) = 197+208+204=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0CC is #3A2F33. Grayscale: #CCCCCC. Windows color (decimal): -3813172 or 13422789. OLE color: 13422789.

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

Color convert

RGB 197 208 204 -
CMYK 0.05 0 0.02 0.18
HSL 158.18º 0.1% 0.79% -
HSV(B) 158.18º 0.05% 0.82% -
XYZ 56.48 61.34 65.99 -
YUV 204.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 197 208 204 0.05 0 0.02 0.18 158.18 0.1 0.79
Hex C5 D0 CC 5 0 2 12 9E A 4F
Octal 305 320 314 5 0 2 22 236 12 117
Binary 11000101 11010000 11001100 101 0 10 10010 10011110 1010 1001111

Color Harmonies of #C5D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D0CC

Black with #C5D0CC

Text Example


Text Example

White with #C5D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D0CC; }

 p { color: rgb(197,208,204); }

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

background-color css

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

 a { background-color: rgb(197,208,204); }

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

border-color css

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

 span { border-color: rgb(197,208,204); }

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