Html Css Color HEX #B3D4D8 Powder Blue

📋 copy color: '#B3D4D8'

red 179 ◦ green 212 ◦ blue 216

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

Shades of Powder Blue #B3D4D8

Tints of Powder Blue #B3D4D8

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.93%

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 29.49%
G = 34.93%
B = 35.58%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B3D4D8 (or 0xB3D4D8) is known color: Powder Blue. HEX triplet: B3, D4 and D8. RGB value is (179,212,216). Sum of RGB (Red+Green+Blue) = 179+212+216=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #B3D4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D4D8 is #4C2B27. Grayscale: #CACACA. Windows color (decimal): -4991784 or 14210227. OLE color: 14210227.

HSL color Cylindrical-coordinate representation of color #B3D4D8: hue angle of 186.49º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D4D8 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 212 216 -
CMYK 0.17 0.02 0 0.15
HSL 186.49º 0.32% 0.77% -
HSV(B) 186.49º 0.17% 0.85% -
XYZ 54.53 61.63 73.99 -
YUV 202.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 179 212 216 0.17 0.02 0 0.15 186.49 0.32 0.77
Hex B3 D4 D8 11 2 0 F BA 20 4D
Octal 263 324 330 21 2 0 17 272 40 115
Binary 10110011 11010100 11011000 10001 10 0 1111 10111010 100000 1001101

Color Harmonies of #B3D4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D4D8

Black with #B3D4D8

Text Example


Text Example

White with #B3D4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D4D8; }

 p { color: rgb(179,212,216); }

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

background-color css

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

 a { background-color: rgb(179,212,216); }

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

border-color css

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

 span { border-color: rgb(179,212,216); }

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