Html Css Color HEX #B3DBDE Powder Blue

📋 copy color: '#B3DBDE'

red 179 ◦ green 219 ◦ blue 222

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

Shades of Powder Blue #B3DBDE

Tints of Powder Blue #B3DBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.32%

 BLUE value IS 222 (87.11% from 255) = 35.81%

R = 28.87%
G = 35.32%
B = 35.81%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3DBDE (or 0xB3DBDE) is known color: Powder Blue. HEX triplet: B3, DB and DE. RGB value is (179,219,222). Sum of RGB (Red+Green+Blue) = 179+219+222=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBDE is #4C2421. Grayscale: #CFCFCF. Windows color (decimal): -4989986 or 14605235. OLE color: 14605235.

HSL color Cylindrical-coordinate representation of color #B3DBDE: hue angle of 184.19º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DBDE is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 219 222 -
CMYK 0.19 0.01 0 0.13
HSL 184.19º 0.39% 0.79% -
HSV(B) 184.19º 0.19% 0.87% -
XYZ 57.11 65.52 78.74 -
YUV 207.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 179 219 222 0.19 0.01 0 0.13 184.19 0.39 0.79
Hex B3 DB DE 13 1 0 D B8 27 4F
Octal 263 333 336 23 1 0 15 270 47 117
Binary 10110011 11011011 11011110 10011 1 0 1101 10111000 100111 1001111

Color Harmonies of #B3DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBDE

Black with #B3DBDE

Text Example


Text Example

White with #B3DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBDE; }

 p { color: rgb(179,219,222); }

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

background-color css

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

 a { background-color: rgb(179,219,222); }

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

border-color css

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

 span { border-color: rgb(179,219,222); }

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