Html Css Color HEX #C2D8D0 Jet Stream

📋 copy color: '#C2D8D0'

red 194 ◦ green 216 ◦ blue 208

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

Shades of Jet Stream #C2D8D0

Tints of Jet Stream #C2D8D0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.95%

 BLUE value IS 208 (81.64% from 255) = 33.66%

R = 31.39%
G = 34.95%
B = 33.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#C2D8D0 (or 0xC2D8D0) is known color: Jet Stream. HEX triplet: C2, D8 and D0. RGB value is (194,216,208). Sum of RGB (Red+Green+Blue) = 194+216+208=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8D0 is #3D272F. Grayscale: #D0D0D0. Windows color (decimal): -4007728 or 13686978. OLE color: 13686978.

HSL color Cylindrical-coordinate representation of color #C2D8D0: hue angle of 158.18º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D8D0 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 208 -
CMYK 0.10 0 0.04 0.15
HSL 158.18º 0.22% 0.8% -
HSV(B) 158.18º 0.1% 0.85% -
XYZ 58.19 65.14 69.18 -
YUV 208.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 194 216 208 0.10 0 0.04 0.15 158.18 0.22 0.8
Hex C2 D8 D0 A 0 4 F 9E 16 50
Octal 302 330 320 12 0 4 17 236 26 120
Binary 11000010 11011000 11010000 1010 0 100 1111 10011110 10110 1010000

Color Harmonies of #C2D8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8D0

Black with #C2D8D0

Text Example


Text Example

White with #C2D8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8D0; }

 p { color: rgb(194,216,208); }

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

background-color css

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

 a { background-color: rgb(194,216,208); }

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

border-color css

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

 span { border-color: rgb(194,216,208); }

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