Html Css Color HEX #B7D8CF Jet Stream

📋 copy color: '#B7D8CF'

red 183 ◦ green 216 ◦ blue 207

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

Shades of Jet Stream #B7D8CF

Tints of Jet Stream #B7D8CF

RGB

 RED value IS 183 (71.88% from 255) = 30.2%

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

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

R = 30.2%
G = 35.64%
B = 34.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#B7D8CF (or 0xB7D8CF) is known color: Jet Stream. HEX triplet: B7, D8 and CF. RGB value is (183,216,207). Sum of RGB (Red+Green+Blue) = 183+216+207=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8CF is #482730. Grayscale: #CDCDCD. Windows color (decimal): -4728625 or 13621431. OLE color: 13621431.

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

Color convert

RGB 183 216 207 -
CMYK 0.15 0 0.04 0.15
HSL 163.64º 0.3% 0.78% -
HSV(B) 163.64º 0.15% 0.85% -
XYZ 55.35 63.68 68.41 -
YUV 205.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 183 216 207 0.15 0 0.04 0.15 163.64 0.3 0.78
Hex B7 D8 CF F 0 4 F A4 1E 4E
Octal 267 330 317 17 0 4 17 244 36 116
Binary 10110111 11011000 11001111 1111 0 100 1111 10100100 11110 1001110

Color Harmonies of #B7D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D8CF

Black with #B7D8CF

Text Example


Text Example

White with #B7D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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