Html Css Color HEX #B3DDDE Powder Blue

📋 copy color: '#B3DDDE'

red 179 ◦ green 221 ◦ blue 222

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

Shades of Powder Blue #B3DDDE

Tints of Powder Blue #B3DDDE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.53%

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

R = 28.78%
G = 35.53%
B = 35.69%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3DDDE (or 0xB3DDDE) is known color: Powder Blue. HEX triplet: B3, DD and DE. RGB value is (179,221,222). Sum of RGB (Red+Green+Blue) = 179+221+222=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDDE is #4C2221. Grayscale: #D0D0D0. Windows color (decimal): -4989474 or 14605747. OLE color: 14605747.

HSL color Cylindrical-coordinate representation of color #B3DDDE: hue angle of 181.4º 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 #B3DDDE is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 221 222 -
CMYK 0.19 0.00 0 0.13
HSL 181.4º 0.39% 0.79% -
HSV(B) 181.4º 0.19% 0.87% -
XYZ 57.63 66.57 78.92 -
YUV 208.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 179 221 222 0.19 0.00 0 0.13 181.4 0.39 0.79
Hex B3 DD DE 13 0 0 D B5 27 4F
Octal 263 335 336 23 0 0 15 265 47 117
Binary 10110011 11011101 11011110 10011 0 0 1101 10110101 100111 1001111

Color Harmonies of #B3DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DDDE

Black with #B3DDDE

Text Example


Text Example

White with #B3DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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