Html Css Color HEX #B0DFEB Powder Blue

📋 copy color: '#B0DFEB'

red 176 ◦ green 223 ◦ blue 235

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

Shades of Powder Blue #B0DFEB

Tints of Powder Blue #B0DFEB

RGB

 RED value IS 176 (69.14% from 255) = 27.76%

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

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

R = 27.76%
G = 35.17%
B = 37.07%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0DFEB (or 0xB0DFEB) is known color: Powder Blue. HEX triplet: B0, DF and EB. RGB value is (176,223,235). Sum of RGB (Red+Green+Blue) = 176+223+235=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0DFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFEB is #4F2014. Grayscale: #D2D2D2. Windows color (decimal): -5185557 or 15458224. OLE color: 15458224.

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

Color convert

RGB 176 223 235 -
CMYK 0.25 0.05 0 0.08
HSL 192.2º 0.6% 0.81% -
HSV(B) 192.2º 0.25% 0.92% -
XYZ 59.29 68 88.6 -
YUV 210.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 176 223 235 0.25 0.05 0 0.08 192.2 0.6 0.81
Hex B0 DF EB 19 5 0 8 C0 3C 51
Octal 260 337 353 31 5 0 10 300 74 121
Binary 10110000 11011111 11101011 11001 101 0 1000 11000000 111100 1010001

Color Harmonies of #B0DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFEB

Black with #B0DFEB

Text Example


Text Example

White with #B0DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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