#B9D8CF

Color #B9D8CF Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #B9D8CF

Tints of Jet Stream #B9D8CF

Color information

#B9D8CF (or 0xB9D8CF) is unknown color: approx Jet Stream. HEX triplet: B9, D8 and CF. RGB value is (185,216,207). Sum of RGB (Red+Green+Blue) = 185+216+207=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8CF is #462730. Grayscale: #CDCDCD. Windows color (decimal): -4597553 or 13621433. OLE color: 13621433.

HSL color Cylindrical-coordinate representation of color #B9D8CF: hue angle of 162.58º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D8CF is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB185216207-
CMYK0.1400.040.15
HSL162.58º28.44%78.63%-
HSV(B)162.58º14.35%84.71%-
XYZ55.8363.9368.43-
YUV205.7128.73113.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.43%
GREEN value IS 216 (84.77% from 255) = 35.53%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=30.43%
G=35.53%
B=34.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852162070.1400.040.15162.5828.4478.63
HexB9D8CFE04Fa31c4f
Octal27133031716041724334117
Binary10111001110110001100111111100100111110100011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D8CF; }

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

 H1.HeaderClassName
 {
   color: #B9D8CF;
 }
 .AnyTagClassName
 {
   color: #B9D8CF;
 }
</style>
background-color css

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

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

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

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

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

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