Html Css Color HEX #B0D6DC Light Blue

📋 copy color: '#B0D6DC'

red 176 ◦ green 214 ◦ blue 220

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

Shades of Light Blue #B0D6DC

Tints of Light Blue #B0D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.08%

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

R = 28.85%
G = 35.08%
B = 36.07%

CMYK

 C value IS 0.2

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0D6DC (or 0xB0D6DC) is known color: Light Blue. HEX triplet: B0, D6 and DC. RGB value is (176,214,220). Sum of RGB (Red+Green+Blue) = 176+214+220=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6DC is #4F2923. Grayscale: #CBCBCB. Windows color (decimal): -5187876 or 14472880. OLE color: 14472880.

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

Color convert

RGB 176 214 220 -
CMYK 0.2 0.03 0 0.14
HSL 188.18º 0.39% 0.78% -
HSV(B) 188.18º 0.2% 0.86% -
XYZ 54.87 62.49 76.88 -
YUV 203.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 176 214 220 0.2 0.03 0 0.14 188.18 0.39 0.78
Hex B0 D6 DC 14 3 0 E BC 27 4E
Octal 260 326 334 24 3 0 16 274 47 116
Binary 10110000 11010110 11011100 10100 11 0 1110 10111100 100111 1001110

Color Harmonies of #B0D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D6DC

Black with #B0D6DC

Text Example


Text Example

White with #B0D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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