Html Css Color HEX #B3D8CA Jet Stream

📋 copy color: '#B3D8CA'

red 179 ◦ green 216 ◦ blue 202

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

Shades of Jet Stream #B3D8CA

Tints of Jet Stream #B3D8CA

RGB

 RED value IS 179 (70.31% from 255) = 29.98%

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

 BLUE value IS 202 (79.3% from 255) = 33.84%

R = 29.98%
G = 36.18%
B = 33.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B3D8CA (or 0xB3D8CA) is known color: Jet Stream. HEX triplet: B3, D8 and CA. RGB value is (179,216,202). Sum of RGB (Red+Green+Blue) = 179+216+202=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D8CA is #4C2735. Grayscale: #CBCBCB. Windows color (decimal): -4990774 or 13293747. OLE color: 13293747.

HSL color Cylindrical-coordinate representation of color #B3D8CA: hue angle of 157.3º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D8CA is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 216 202 -
CMYK 0.17 0 0.06 0.15
HSL 157.3º 0.32% 0.77% -
HSV(B) 157.3º 0.17% 0.85% -
XYZ 53.81 62.96 65.19 -
YUV 203.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 179 216 202 0.17 0 0.06 0.15 157.3 0.32 0.77
Hex B3 D8 CA 11 0 6 F 9D 20 4D
Octal 263 330 312 21 0 6 17 235 40 115
Binary 10110011 11011000 11001010 10001 0 110 1111 10011101 100000 1001101

Color Harmonies of #B3D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D8CA

Black with #B3D8CA

Text Example


Text Example

White with #B3D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D8CA; }

 p { color: rgb(179,216,202); }

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

background-color css

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

 a { background-color: rgb(179,216,202); }

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

border-color css

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

 span { border-color: rgb(179,216,202); }

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