Html Css Color HEX #B1D6DC Light Blue

📋 copy color: '#B1D6DC'

red 177 ◦ green 214 ◦ blue 220

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

Shades of Light Blue #B1D6DC

Tints of Light Blue #B1D6DC

RGB

 RED value IS 177 (69.53% from 255) = 28.97%

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

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

R = 28.97%
G = 35.02%
B = 36.01%

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

#B1D6DC (or 0xB1D6DC) is known color: Light Blue. HEX triplet: B1, D6 and DC. RGB value is (177,214,220). Sum of RGB (Red+Green+Blue) = 177+214+220=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D6DC is #4E2923. Grayscale: #CBCBCB. Windows color (decimal): -5122340 or 14472881. OLE color: 14472881.

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

Color convert

RGB 177 214 220 -
CMYK 0.20 0.03 0 0.14
HSL 188.37º 0.38% 0.78% -
HSV(B) 188.37º 0.2% 0.86% -
XYZ 55.1 62.61 76.89 -
YUV 203.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 177 214 220 0.20 0.03 0 0.14 188.37 0.38 0.78
Hex B1 D6 DC 14 3 0 E BC 26 4E
Octal 261 326 334 24 3 0 16 274 46 116
Binary 10110001 11010110 11011100 10100 11 0 1110 10111100 100110 1001110

Color Harmonies of #B1D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D6DC

Black with #B1D6DC

Text Example


Text Example

White with #B1D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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