Html Css Color HEX #B3DFEB Powder Blue

📋 copy color: '#B3DFEB'

red 179 ◦ green 223 ◦ blue 235

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

Shades of Powder Blue #B3DFEB

Tints of Powder Blue #B3DFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.01%

 BLUE value IS 235 (92.19% from 255) = 36.89%

R = 28.1%
G = 35.01%
B = 36.89%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B3DFEB (or 0xB3DFEB) is known color: Powder Blue. HEX triplet: B3, DF and EB. RGB value is (179,223,235). Sum of RGB (Red+Green+Blue) = 179+223+235=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DFEB is #4C2014. Grayscale: #D3D3D3. Windows color (decimal): -4988949 or 15458227. OLE color: 15458227.

HSL color Cylindrical-coordinate representation of color #B3DFEB: hue angle of 192.86º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3DFEB is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 223 235 -
CMYK 0.24 0.05 0 0.08
HSL 192.86º 0.58% 0.81% -
HSV(B) 192.86º 0.24% 0.92% -
XYZ 59.97 68.36 88.63 -
YUV 211.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 179 223 235 0.24 0.05 0 0.08 192.86 0.58 0.81
Hex B3 DF EB 18 5 0 8 C1 3A 51
Octal 263 337 353 30 5 0 10 301 72 121
Binary 10110011 11011111 11101011 11000 101 0 1000 11000001 111010 1010001

Color Harmonies of #B3DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DFEB

Black with #B3DFEB

Text Example


Text Example

White with #B3DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DFEB; }

 p { color: rgb(179,223,235); }

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

background-color css

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

 a { background-color: rgb(179,223,235); }

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

border-color css

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

 span { border-color: rgb(179,223,235); }

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