#B0DBF3

Color #B0DBF3 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #B0DBF3

Tints of Light Blue #B0DBF3

Color information

#B0DBF3 (or 0xB0DBF3) is unknown color: approx Light Blue. HEX triplet: B0, DB and F3. RGB value is (176,219,243). Sum of RGB (Red+Green+Blue) = 176+219+243=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0DBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBF3 is #4F240C. Grayscale: #D0D0D0. Windows color (decimal): -5186573 or 15981488. OLE color: 15981488.

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

Color convert

RGB176219243-
CMYK0.280.1000.05
HSL201.49º73.63%82.16%-
HSV(B)201.49º27.57%95.29%-
XYZ59.4166.3694.47-
YUV208.88147.25104.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.59%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=27.59%
G=34.33%
B=38.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762192430.280.1000.05201.4973.6382.16
HexB0DBF31CA05c94a52
Octal260333363341205311112122
Binary10110000110110111111001111100101001011100100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBF3; }

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

 H1.HeaderClassName
 {
   color: #B0DBF3;
 }
 .AnyTagClassName
 {
   color: #B0DBF3;
 }
</style>
background-color css

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

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

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

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

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

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