Html Css Color HEX #B0DFF8 Light Blue

📋 copy color: '#B0DFF8'

red 176 ◦ green 223 ◦ blue 248

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

Shades of Light Blue #B0DFF8

Tints of Light Blue #B0DFF8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.47%

 BLUE value IS 248 (97.27% from 255) = 38.33%

R = 27.2%
G = 34.47%
B = 38.33%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B0DFF8 (or 0xB0DFF8) is known color: Light Blue. HEX triplet: B0, DF and F8. RGB value is (176,223,248). Sum of RGB (Red+Green+Blue) = 176+223+248=647 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.20% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #B0DFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFF8 is #4F2007. Grayscale: #D3D3D3. Windows color (decimal): -5185544 or 16310192. OLE color: 16310192.

HSL color Cylindrical-coordinate representation of color #B0DFF8: hue angle of 200.83º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0DFF8 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 223 248 -
CMYK 0.29 0.10 0 0.03
HSL 200.83º 0.84% 0.83% -
HSV(B) 200.83º 0.29% 0.97% -
XYZ 61.24 68.78 98.86 -
YUV 211.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 176 223 248 0.29 0.10 0 0.03 200.83 0.84 0.83
Hex B0 DF F8 1D A 0 3 C9 54 53
Octal 260 337 370 35 12 0 3 311 124 123
Binary 10110000 11011111 11111000 11101 1010 0 11 11001001 1010100 1010011

Color Harmonies of #B0DFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFF8

Black with #B0DFF8

Text Example


Text Example

White with #B0DFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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