Html Css Color HEX #B0D1DC Light Blue

📋 copy color: '#B0D1DC'

red 176 ◦ green 209 ◦ blue 220

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

Shades of Light Blue #B0D1DC

Tints of Light Blue #B0D1DC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.55%

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 29.09%
G = 34.55%
B = 36.36%

CMYK

 C value IS 0.2

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0D1DC (or 0xB0D1DC) is known color: Light Blue. HEX triplet: B0, D1 and DC. RGB value is (176,209,220). Sum of RGB (Red+Green+Blue) = 176+209+220=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0D1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1DC is #4F2E23. Grayscale: #C8C8C8. Windows color (decimal): -5189156 or 14471600. OLE color: 14471600.

HSL color Cylindrical-coordinate representation of color #B0D1DC: hue angle of 195º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D1DC is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 209 220 -
CMYK 0.2 0.05 0 0.14
HSL 195º 0.39% 0.78% -
HSV(B) 195º 0.2% 0.86% -
XYZ 53.62 60 76.46 -
YUV 200.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 176 209 220 0.2 0.05 0 0.14 195 0.39 0.78
Hex B0 D1 DC 14 5 0 E C3 27 4E
Octal 260 321 334 24 5 0 16 303 47 116
Binary 10110000 11010001 11011100 10100 101 0 1110 11000011 100111 1001110

Color Harmonies of #B0D1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1DC

Black with #B0D1DC

Text Example


Text Example

White with #B0D1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1DC; }

 p { color: rgb(176,209,220); }

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

background-color css

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

 a { background-color: rgb(176,209,220); }

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

border-color css

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

 span { border-color: rgb(176,209,220); }

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