Html Css Color HEX #B0DDF6 Light Blue

📋 copy color: '#B0DDF6'

red 176 ◦ green 221 ◦ blue 246

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

Shades of Light Blue #B0DDF6

Tints of Light Blue #B0DDF6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.37%

 BLUE value IS 246 (96.48% from 255) = 38.26%

R = 27.37%
G = 34.37%
B = 38.26%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B0DDF6 (or 0xB0DDF6) is known color: Light Blue. HEX triplet: B0, DD and F6. RGB value is (176,221,246). Sum of RGB (Red+Green+Blue) = 176+221+246=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #B0DDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DDF6 is #4F2209. Grayscale: #D2D2D2. Windows color (decimal): -5186058 or 16178608. OLE color: 16178608.

HSL color Cylindrical-coordinate representation of color #B0DDF6: hue angle of 201.43º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0DDF6 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 221 246 -
CMYK 0.28 0.10 0 0.04
HSL 201.43º 0.8% 0.83% -
HSV(B) 201.43º 0.28% 0.96% -
XYZ 60.4 67.6 97.05 -
YUV 210.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 176 221 246 0.28 0.10 0 0.04 201.43 0.8 0.83
Hex B0 DD F6 1C A 0 4 C9 50 53
Octal 260 335 366 34 12 0 4 311 120 123
Binary 10110000 11011101 11110110 11100 1010 0 100 11001001 1010000 1010011

Color Harmonies of #B0DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDF6

Black with #B0DDF6

Text Example


Text Example

White with #B0DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDF6; }

 p { color: rgb(176,221,246); }

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

background-color css

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

 a { background-color: rgb(176,221,246); }

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

border-color css

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

 span { border-color: rgb(176,221,246); }

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