Html Css Color HEX #B7DDDF Powder Blue

📋 copy color: '#B7DDDF'

red 183 ◦ green 221 ◦ blue 223

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

Shades of Powder Blue #B7DDDF

Tints of Powder Blue #B7DDDF

RGB

 RED value IS 183 (71.88% from 255) = 29.19%

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

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

R = 29.19%
G = 35.25%
B = 35.57%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7DDDF (or 0xB7DDDF) is known color: Powder Blue. HEX triplet: B7, DD and DF. RGB value is (183,221,223). Sum of RGB (Red+Green+Blue) = 183+221+223=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDDF is #482220. Grayscale: #D1D1D1. Windows color (decimal): -4727329 or 14671287. OLE color: 14671287.

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

Color convert

RGB 183 221 223 -
CMYK 0.18 0.01 0 0.13
HSL 183º 0.38% 0.8% -
HSV(B) 183º 0.18% 0.87% -
XYZ 58.7 67.11 79.67 -
YUV 209.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 183 221 223 0.18 0.01 0 0.13 183 0.38 0.8
Hex B7 DD DF 12 1 0 D B7 26 50
Octal 267 335 337 22 1 0 15 267 46 120
Binary 10110111 11011101 11011111 10010 1 0 1101 10110111 100110 1010000

Color Harmonies of #B7DDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DDDF

Black with #B7DDDF

Text Example


Text Example

White with #B7DDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DDDF; }

 p { color: rgb(183,221,223); }

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

background-color css

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

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

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

border-color css

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

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

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