Html Css Color HEX #C2D6CF Jet Stream

📋 copy color: '#C2D6CF'

red 194 ◦ green 214 ◦ blue 207

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

Shades of Jet Stream #C2D6CF

Tints of Jet Stream #C2D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.8%

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

R = 31.54%
G = 34.8%
B = 33.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#C2D6CF (or 0xC2D6CF) is known color: Jet Stream. HEX triplet: C2, D6 and CF. RGB value is (194,214,207). Sum of RGB (Red+Green+Blue) = 194+214+207=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6CF is #3D2930. Grayscale: #CFCFCF. Windows color (decimal): -4008241 or 13620930. OLE color: 13620930.

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

Color convert

RGB 194 214 207 -
CMYK 0.09 0 0.03 0.16
HSL 159º 0.2% 0.8% -
HSV(B) 159º 0.09% 0.84% -
XYZ 57.56 64.07 68.36 -
YUV 207.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 194 214 207 0.09 0 0.03 0.16 159 0.2 0.8
Hex C2 D6 CF 9 0 3 10 9F 14 50
Octal 302 326 317 11 0 3 20 237 24 120
Binary 11000010 11010110 11001111 1001 0 11 10000 10011111 10100 1010000

Color Harmonies of #C2D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D6CF

Black with #C2D6CF

Text Example


Text Example

White with #C2D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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