Html Css Color HEX #B0DBEC Light Blue

📋 copy color: '#B0DBEC'

red 176 ◦ green 219 ◦ blue 236

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

Shades of Light Blue #B0DBEC

Tints of Light Blue #B0DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.71%

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 27.89%
G = 34.71%
B = 37.4%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0DBEC (or 0xB0DBEC) is known color: Light Blue. HEX triplet: B0, DB and EC. RGB value is (176,219,236). Sum of RGB (Red+Green+Blue) = 176+219+236=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBEC is #4F2413. Grayscale: #CFCFCF. Windows color (decimal): -5186580 or 15522736. OLE color: 15522736.

HSL color Cylindrical-coordinate representation of color #B0DBEC: hue angle of 197º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0DBEC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 219 236 -
CMYK 0.25 0.07 0 0.07
HSL 197º 0.61% 0.81% -
HSV(B) 197º 0.25% 0.93% -
XYZ 58.38 65.95 89.01 -
YUV 208.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 176 219 236 0.25 0.07 0 0.07 197 0.61 0.81
Hex B0 DB EC 19 7 0 7 C5 3D 51
Octal 260 333 354 31 7 0 7 305 75 121
Binary 10110000 11011011 11101100 11001 111 0 111 11000101 111101 1010001

Color Harmonies of #B0DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBEC

Black with #B0DBEC

Text Example


Text Example

White with #B0DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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