Html Css Color HEX #B8DFDF Powder Blue

📋 copy color: '#B8DFDF'

red 184 ◦ green 223 ◦ blue 223

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

Shades of Powder Blue #B8DFDF

Tints of Powder Blue #B8DFDF

RGB

 RED value IS 184 (72.27% from 255) = 29.21%

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

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

R = 29.21%
G = 35.4%
B = 35.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8DFDF (or 0xB8DFDF) is known color: Powder Blue. HEX triplet: B8, DF and DF. RGB value is (184,223,223). Sum of RGB (Red+Green+Blue) = 184+223+223=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B8DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFDF is #472020. Grayscale: #D3D3D3. Windows color (decimal): -4661281 or 14671800. OLE color: 14671800.

HSL color Cylindrical-coordinate representation of color #B8DFDF: hue angle of 180º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DFDF is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 223 223 -
CMYK 0.17 0 0 0.13
HSL 180º 0.38% 0.8% -
HSV(B) 180º 0.17% 0.87% -
XYZ 59.47 68.29 79.86 -
YUV 211.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 184 223 223 0.17 0 0 0.13 180 0.38 0.8
Hex B8 DF DF 11 0 0 D B4 26 50
Octal 270 337 337 21 0 0 15 264 46 120
Binary 10111000 11011111 11011111 10001 0 0 1101 10110100 100110 1010000

Color Harmonies of #B8DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DFDF

Black with #B8DFDF

Text Example


Text Example

White with #B8DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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