Html Css Color HEX #C2D8CF Jet Stream

📋 copy color: '#C2D8CF'

red 194 ◦ green 216 ◦ blue 207

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

Shades of Jet Stream #C2D8CF

Tints of Jet Stream #C2D8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.55%

R = 31.44%
G = 35.01%
B = 33.55%

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

#C2D8CF (or 0xC2D8CF) is known color: Jet Stream. HEX triplet: C2, D8 and CF. RGB value is (194,216,207). Sum of RGB (Red+Green+Blue) = 194+216+207=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8CF is #3D2730. Grayscale: #D0D0D0. Windows color (decimal): -4007729 or 13621442. OLE color: 13621442.

HSL color Cylindrical-coordinate representation of color #C2D8CF: hue angle of 155.45º 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 #C2D8CF is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 207 -
CMYK 0.10 0 0.04 0.15
HSL 155.45º 0.22% 0.8% -
HSV(B) 155.45º 0.1% 0.85% -
XYZ 58.07 65.09 68.53 -
YUV 208.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 194 216 207 0.10 0 0.04 0.15 155.45 0.22 0.8
Hex C2 D8 CF A 0 4 F 9B 16 50
Octal 302 330 317 12 0 4 17 233 26 120
Binary 11000010 11011000 11001111 1010 0 100 1111 10011011 10110 1010000

Color Harmonies of #C2D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8CF

Black with #C2D8CF

Text Example


Text Example

White with #C2D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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