Html Css Color HEX #B0DAF1 Light Blue

📋 copy color: '#B0DAF1'

red 176 ◦ green 218 ◦ blue 241

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

Shades of Light Blue #B0DAF1

Tints of Light Blue #B0DAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.33%

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

R = 27.72%
G = 34.33%
B = 37.95%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0DAF1 (or 0xB0DAF1) is known color: Light Blue. HEX triplet: B0, DA and F1. RGB value is (176,218,241). Sum of RGB (Red+Green+Blue) = 176+218+241=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0DAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DAF1 is #4F250E. Grayscale: #CFCFCF. Windows color (decimal): -5186831 or 15850160. OLE color: 15850160.

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

Color convert

RGB 176 218 241 -
CMYK 0.27 0.10 0 0.05
HSL 201.23º 0.7% 0.82% -
HSV(B) 201.23º 0.27% 0.95% -
XYZ 58.85 65.72 92.8 -
YUV 208.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 176 218 241 0.27 0.10 0 0.05 201.23 0.7 0.82
Hex B0 DA F1 1B A 0 5 C9 46 52
Octal 260 332 361 33 12 0 5 311 106 122
Binary 10110000 11011010 11110001 11011 1010 0 101 11001001 1000110 1010010

Color Harmonies of #B0DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DAF1

Black with #B0DAF1

Text Example


Text Example

White with #B0DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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