Html Css Color HEX #B5DBE8 Light Blue

📋 copy color: '#B5DBE8'

red 181 ◦ green 219 ◦ blue 232

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

Shades of Light Blue #B5DBE8

Tints of Light Blue #B5DBE8

RGB

 RED value IS 181 (71.09% from 255) = 28.64%

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

 BLUE value IS 232 (91.02% from 255) = 36.71%

R = 28.64%
G = 34.65%
B = 36.71%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B5DBE8 (or 0xB5DBE8) is known color: Light Blue. HEX triplet: B5, DB and E8. RGB value is (181,219,232). Sum of RGB (Red+Green+Blue) = 181+219+232=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #B5DBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBE8 is #4A2417. Grayscale: #D1D1D1. Windows color (decimal): -4858904 or 15260597. OLE color: 15260597.

HSL color Cylindrical-coordinate representation of color #B5DBE8: hue angle of 195.29º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5DBE8 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 219 232 -
CMYK 0.22 0.06 0 0.09
HSL 195.29º 0.53% 0.81% -
HSV(B) 195.29º 0.22% 0.91% -
XYZ 58.95 66.31 86.04 -
YUV 209.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 181 219 232 0.22 0.06 0 0.09 195.29 0.53 0.81
Hex B5 DB E8 16 6 0 9 C3 35 51
Octal 265 333 350 26 6 0 11 303 65 121
Binary 10110101 11011011 11101000 10110 110 0 1001 11000011 110101 1010001

Color Harmonies of #B5DBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBE8

Black with #B5DBE8

Text Example


Text Example

White with #B5DBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBE8; }

 p { color: rgb(181,219,232); }

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

background-color css

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

 a { background-color: rgb(181,219,232); }

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

border-color css

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

 span { border-color: rgb(181,219,232); }

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