Html Css Color HEX #B0D5DB Light Blue

📋 copy color: '#B0D5DB'

red 176 ◦ green 213 ◦ blue 219

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

Shades of Light Blue #B0D5DB

Tints of Light Blue #B0D5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.03%

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

R = 28.95%
G = 35.03%
B = 36.02%

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

#B0D5DB (or 0xB0D5DB) is known color: Light Blue. HEX triplet: B0, D5 and DB. RGB value is (176,213,219). Sum of RGB (Red+Green+Blue) = 176+213+219=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0D5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D5DB is #4F2A24. Grayscale: #CACACA. Windows color (decimal): -5188133 or 14407088. OLE color: 14407088.

HSL color Cylindrical-coordinate representation of color #B0D5DB: hue angle of 188.37º 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 #B0D5DB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 213 219 -
CMYK 0.20 0.03 0 0.14
HSL 188.37º 0.37% 0.77% -
HSV(B) 188.37º 0.2% 0.86% -
XYZ 54.48 61.93 76.1 -
YUV 202.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 176 213 219 0.20 0.03 0 0.14 188.37 0.37 0.77
Hex B0 D5 DB 14 3 0 E BC 25 4D
Octal 260 325 333 24 3 0 16 274 45 115
Binary 10110000 11010101 11011011 10100 11 0 1110 10111100 100101 1001101

Color Harmonies of #B0D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D5DB

Black with #B0D5DB

Text Example


Text Example

White with #B0D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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