Html Css Color HEX #B1D0DC Light Blue

📋 copy color: '#B1D0DC'

red 177 ◦ green 208 ◦ blue 220

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

Shades of Light Blue #B1D0DC

Tints of Light Blue #B1D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.38%

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

R = 29.26%
G = 34.38%
B = 36.36%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1D0DC (or 0xB1D0DC) is known color: Light Blue. HEX triplet: B1, D0 and DC. RGB value is (177,208,220). Sum of RGB (Red+Green+Blue) = 177+208+220=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 208 (81.64% from 255 or 34.38% 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 #B1D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0DC is #4E2F23. Grayscale: #C8C8C8. Windows color (decimal): -5123876 or 14471345. OLE color: 14471345.

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

Color convert

RGB 177 208 220 -
CMYK 0.20 0.05 0 0.14
HSL 196.74º 0.38% 0.78% -
HSV(B) 196.74º 0.2% 0.86% -
XYZ 53.61 59.63 76.39 -
YUV 200.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 177 208 220 0.20 0.05 0 0.14 196.74 0.38 0.78
Hex B1 D0 DC 14 5 0 E C5 26 4E
Octal 261 320 334 24 5 0 16 305 46 116
Binary 10110001 11010000 11011100 10100 101 0 1110 11000101 100110 1001110

Color Harmonies of #B1D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D0DC

Black with #B1D0DC

Text Example


Text Example

White with #B1D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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