Html Css Color HEX #B0DBF1 Light Blue

📋 copy color: '#B0DBF1'

red 176 ◦ green 219 ◦ blue 241

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

Shades of Light Blue #B0DBF1

Tints of Light Blue #B0DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.43%

 BLUE value IS 241 (94.53% from 255) = 37.89%

R = 27.67%
G = 34.43%
B = 37.89%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0DBF1 (or 0xB0DBF1) is known color: Light Blue. HEX triplet: B0, DB and F1. RGB value is (176,219,241). Sum of RGB (Red+Green+Blue) = 176+219+241=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBF1 is #4F240E. Grayscale: #D0D0D0. Windows color (decimal): -5186575 or 15850416. OLE color: 15850416.

HSL color Cylindrical-coordinate representation of color #B0DBF1: hue angle of 200.31º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DBF1 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 219 241 -
CMYK 0.27 0.09 0 0.05
HSL 200.31º 0.7% 0.82% -
HSV(B) 200.31º 0.27% 0.95% -
XYZ 59.11 66.24 92.89 -
YUV 208.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 176 219 241 0.27 0.09 0 0.05 200.31 0.7 0.82
Hex B0 DB F1 1B 9 0 5 C8 46 52
Octal 260 333 361 33 11 0 5 310 106 122
Binary 10110000 11011011 11110001 11011 1001 0 101 11001000 1000110 1010010

Color Harmonies of #B0DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBF1

Black with #B0DBF1

Text Example


Text Example

White with #B0DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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