Html Css Color HEX #B0DAF0 Light Blue

📋 copy color: '#B0DAF0'

red 176 ◦ green 218 ◦ blue 240

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

Shades of Light Blue #B0DAF0

Tints of Light Blue #B0DAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 27.76%
G = 34.38%
B = 37.85%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B0DAF0 (or 0xB0DAF0) is known color: Light Blue. HEX triplet: B0, DA and F0. RGB value is (176,218,240). Sum of RGB (Red+Green+Blue) = 176+218+240=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0DAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DAF0 is #4F250F. Grayscale: #CFCFCF. Windows color (decimal): -5186832 or 15784624. OLE color: 15784624.

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

Color convert

RGB 176 218 240 -
CMYK 0.27 0.09 0 0.06
HSL 200.63º 0.68% 0.82% -
HSV(B) 200.63º 0.27% 0.94% -
XYZ 58.7 65.66 92.02 -
YUV 207.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 176 218 240 0.27 0.09 0 0.06 200.63 0.68 0.82
Hex B0 DA F0 1B 9 0 6 C9 44 52
Octal 260 332 360 33 11 0 6 311 104 122
Binary 10110000 11011010 11110000 11011 1001 0 110 11001001 1000100 1010010

Color Harmonies of #B0DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DAF0

Black with #B0DAF0

Text Example


Text Example

White with #B0DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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