Html Css Color HEX #B3D6CA Jet Stream

📋 copy color: '#B3D6CA'

red 179 ◦ green 214 ◦ blue 202

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

Shades of Jet Stream #B3D6CA

Tints of Jet Stream #B3D6CA

RGB

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

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

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

R = 30.08%
G = 35.97%
B = 33.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#B3D6CA (or 0xB3D6CA) is known color: Jet Stream. HEX triplet: B3, D6 and CA. RGB value is (179,214,202). Sum of RGB (Red+Green+Blue) = 179+214+202=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6CA is #4C2935. Grayscale: #CACACA. Windows color (decimal): -4991286 or 13293235. OLE color: 13293235.

HSL color Cylindrical-coordinate representation of color #B3D6CA: hue angle of 159.43º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D6CA is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 214 202 -
CMYK 0.16 0 0.06 0.16
HSL 159.43º 0.3% 0.77% -
HSV(B) 159.43º 0.16% 0.84% -
XYZ 53.3 61.94 65.02 -
YUV 202.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 179 214 202 0.16 0 0.06 0.16 159.43 0.3 0.77
Hex B3 D6 CA 10 0 6 10 9F 1E 4D
Octal 263 326 312 20 0 6 20 237 36 115
Binary 10110011 11010110 11001010 10000 0 110 10000 10011111 11110 1001101

Color Harmonies of #B3D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D6CA

Black with #B3D6CA

Text Example


Text Example

White with #B3D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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