Html Css Color HEX #B5DBE6 Light Blue

📋 copy color: '#B5DBE6'

red 181 ◦ green 219 ◦ blue 230

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

Shades of Light Blue #B5DBE6

Tints of Light Blue #B5DBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 28.73%
G = 34.76%
B = 36.51%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B5DBE6 (or 0xB5DBE6) is known color: Light Blue. HEX triplet: B5, DB and E6. RGB value is (181,219,230). Sum of RGB (Red+Green+Blue) = 181+219+230=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5DBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBE6 is #4A2419. Grayscale: #D0D0D0. Windows color (decimal): -4858906 or 15129525. OLE color: 15129525.

HSL color Cylindrical-coordinate representation of color #B5DBE6: hue angle of 193.47º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5DBE6 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 219 230 -
CMYK 0.21 0.05 0 0.10
HSL 193.47º 0.49% 0.81% -
HSV(B) 193.47º 0.21% 0.9% -
XYZ 58.67 66.2 84.55 -
YUV 208.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 181 219 230 0.21 0.05 0 0.10 193.47 0.49 0.81
Hex B5 DB E6 15 5 0 A C1 31 51
Octal 265 333 346 25 5 0 12 301 61 121
Binary 10110101 11011011 11100110 10101 101 0 1010 11000001 110001 1010001

Color Harmonies of #B5DBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBE6

Black with #B5DBE6

Text Example


Text Example

White with #B5DBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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