Html Css Color HEX #B0DBF3 Light Blue

📋 copy color: '#B0DBF3'

red 176 ◦ green 219 ◦ blue 243

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

Shades of Light Blue #B0DBF3

Tints of Light Blue #B0DBF3

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 value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0DBF3 (or 0xB0DBF3) is known color: 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

RGB 176 219 243 -
CMYK 0.28 0.10 0 0.05
HSL 201.49º 0.74% 0.82% -
HSV(B) 201.49º 0.28% 0.95% -
XYZ 59.41 66.36 94.47 -
YUV 208.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 176 219 243 0.28 0.10 0 0.05 201.49 0.74 0.82
Hex B0 DB F3 1C A 0 5 C9 4A 52
Octal 260 333 363 34 12 0 5 311 112 122
Binary 10110000 11011011 11110011 11100 1010 0 101 11001001 1001010 1010010

Color Harmonies of #B0DBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBF3

Black with #B0DBF3

Text Example


Text Example

White with #B0DBF3

Text Example


Text Example

HTML Codes & Css Web 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>