Html Css Color HEX #B5DFDF Powder Blue

📋 copy color: '#B5DFDF'

red 181 ◦ green 223 ◦ blue 223

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

Shades of Powder Blue #B5DFDF

Tints of Powder Blue #B5DFDF

RGB

 RED value IS 181 (71.09% from 255) = 28.87%

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

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 28.87%
G = 35.57%
B = 35.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5DFDF (or 0xB5DFDF) is known color: Powder Blue. HEX triplet: B5, DF and DF. RGB value is (181,223,223). Sum of RGB (Red+Green+Blue) = 181+223+223=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B5DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFDF is #4A2020. Grayscale: #D2D2D2. Windows color (decimal): -4857889 or 14671797. OLE color: 14671797.

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

Color convert

RGB 181 223 223 -
CMYK 0.19 0 0 0.13
HSL 180º 0.4% 0.79% -
HSV(B) 180º 0.19% 0.87% -
XYZ 58.76 67.93 79.83 -
YUV 210.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 181 223 223 0.19 0 0 0.13 180 0.4 0.79
Hex B5 DF DF 13 0 0 D B4 28 4F
Octal 265 337 337 23 0 0 15 264 50 117
Binary 10110101 11011111 11011111 10011 0 0 1101 10110100 101000 1001111

Color Harmonies of #B5DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DFDF

Black with #B5DFDF

Text Example


Text Example

White with #B5DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DFDF; }

 p { color: rgb(181,223,223); }

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

background-color css

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

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

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

border-color css

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

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

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