Html Css Color HEX #C2D7CF Jet Stream

📋 copy color: '#C2D7CF'

red 194 ◦ green 215 ◦ blue 207

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

Shades of Jet Stream #C2D7CF

Tints of Jet Stream #C2D7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.9%

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

R = 31.49%
G = 34.9%
B = 33.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C2D7CF (or 0xC2D7CF) is known color: Jet Stream. HEX triplet: C2, D7 and CF. RGB value is (194,215,207). Sum of RGB (Red+Green+Blue) = 194+215+207=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7CF is #3D2830. Grayscale: #CFCFCF. Windows color (decimal): -4007985 or 13621186. OLE color: 13621186.

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

Color convert

RGB 194 215 207 -
CMYK 0.10 0 0.04 0.16
HSL 157.14º 0.21% 0.8% -
HSV(B) 157.14º 0.1% 0.84% -
XYZ 57.81 64.58 68.45 -
YUV 207.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 194 215 207 0.10 0 0.04 0.16 157.14 0.21 0.8
Hex C2 D7 CF A 0 4 10 9D 15 50
Octal 302 327 317 12 0 4 20 235 25 120
Binary 11000010 11010111 11001111 1010 0 100 10000 10011101 10101 1010000

Color Harmonies of #C2D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D7CF

Black with #C2D7CF

Text Example


Text Example

White with #C2D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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