Html Css Color HEX #B0D4DB Light Blue

📋 copy color: '#B0D4DB'

red 176 ◦ green 212 ◦ blue 219

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

Shades of Light Blue #B0D4DB

Tints of Light Blue #B0D4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 29%
G = 34.93%
B = 36.08%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0D4DB (or 0xB0D4DB) is known color: Light Blue. HEX triplet: B0, D4 and DB. RGB value is (176,212,219). Sum of RGB (Red+Green+Blue) = 176+212+219=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0D4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D4DB is #4F2B24. Grayscale: #C9C9C9. Windows color (decimal): -5188389 or 14406832. OLE color: 14406832.

HSL color Cylindrical-coordinate representation of color #B0D4DB: hue angle of 189.77º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D4DB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 212 219 -
CMYK 0.20 0.03 0 0.14
HSL 189.77º 0.37% 0.77% -
HSV(B) 189.77º 0.2% 0.86% -
XYZ 54.23 61.43 76.02 -
YUV 202.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 176 212 219 0.20 0.03 0 0.14 189.77 0.37 0.77
Hex B0 D4 DB 14 3 0 E BE 25 4D
Octal 260 324 333 24 3 0 16 276 45 115
Binary 10110000 11010100 11011011 10100 11 0 1110 10111110 100101 1001101

Color Harmonies of #B0D4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D4DB

Black with #B0D4DB

Text Example


Text Example

White with #B0D4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D4DB; }

 p { color: rgb(176,212,219); }

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

background-color css

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

 a { background-color: rgb(176,212,219); }

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

border-color css

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

 span { border-color: rgb(176,212,219); }

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