Html Css Color HEX #B0D0DF Light Blue

📋 copy color: '#B0D0DF'

red 176 ◦ green 208 ◦ blue 223

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

Shades of Light Blue #B0D0DF

Tints of Light Blue #B0D0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 29%
G = 34.27%
B = 36.74%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0D0DF (or 0xB0D0DF) is known color: Light Blue. HEX triplet: B0, D0 and DF. RGB value is (176,208,223). Sum of RGB (Red+Green+Blue) = 176+208+223=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0D0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0DF is #4F2F20. Grayscale: #C8C8C8. Windows color (decimal): -5189409 or 14667952. OLE color: 14667952.

HSL color Cylindrical-coordinate representation of color #B0D0DF: hue angle of 199.15º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0D0DF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 208 223 -
CMYK 0.21 0.07 0 0.13
HSL 199.15º 0.42% 0.78% -
HSV(B) 199.15º 0.21% 0.87% -
XYZ 53.78 59.67 78.49 -
YUV 200.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 176 208 223 0.21 0.07 0 0.13 199.15 0.42 0.78
Hex B0 D0 DF 15 7 0 D C7 2A 4E
Octal 260 320 337 25 7 0 15 307 52 116
Binary 10110000 11010000 11011111 10101 111 0 1101 11000111 101010 1001110

Color Harmonies of #B0D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D0DF

Black with #B0D0DF

Text Example


Text Example

White with #B0D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D0DF; }

 p { color: rgb(176,208,223); }

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

background-color css

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

 a { background-color: rgb(176,208,223); }

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

border-color css

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

 span { border-color: rgb(176,208,223); }

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