Html Css Color HEX #B3DCCA Jet Stream

📋 copy color: '#B3DCCA'

red 179 ◦ green 220 ◦ blue 202

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

Shades of Jet Stream #B3DCCA

Tints of Jet Stream #B3DCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.61%

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

R = 29.78%
G = 36.61%
B = 33.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#B3DCCA (or 0xB3DCCA) is known color: Jet Stream. HEX triplet: B3, DC and CA. RGB value is (179,220,202). Sum of RGB (Red+Green+Blue) = 179+220+202=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCCA is #4C2335. Grayscale: #CDCDCD. Windows color (decimal): -4989750 or 13294771. OLE color: 13294771.

HSL color Cylindrical-coordinate representation of color #B3DCCA: hue angle of 153.66º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCCA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 220 202 -
CMYK 0.19 0 0.08 0.14
HSL 153.66º 0.37% 0.78% -
HSV(B) 153.66º 0.19% 0.86% -
XYZ 54.84 65.03 65.54 -
YUV 205.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 179 220 202 0.19 0 0.08 0.14 153.66 0.37 0.78
Hex B3 DC CA 13 0 8 E 9A 25 4E
Octal 263 334 312 23 0 10 16 232 45 116
Binary 10110011 11011100 11001010 10011 0 1000 1110 10011010 100101 1001110

Color Harmonies of #B3DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCCA

Black with #B3DCCA

Text Example


Text Example

White with #B3DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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