Html Css Color HEX #B5DBEA Light Blue

📋 copy color: '#B5DBEA'

red 181 ◦ green 219 ◦ blue 234

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

Shades of Light Blue #B5DBEA

Tints of Light Blue #B5DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 28.55%
G = 34.54%
B = 36.91%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5DBEA (or 0xB5DBEA) is known color: Light Blue. HEX triplet: B5, DB and EA. RGB value is (181,219,234). Sum of RGB (Red+Green+Blue) = 181+219+234=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBEA is #4A2415. Grayscale: #D1D1D1. Windows color (decimal): -4858902 or 15391669. OLE color: 15391669.

HSL color Cylindrical-coordinate representation of color #B5DBEA: hue angle of 196.98º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5DBEA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 219 234 -
CMYK 0.23 0.06 0 0.08
HSL 196.98º 0.56% 0.81% -
HSV(B) 196.98º 0.23% 0.92% -
XYZ 59.24 66.43 87.54 -
YUV 209.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 181 219 234 0.23 0.06 0 0.08 196.98 0.56 0.81
Hex B5 DB EA 17 6 0 8 C5 38 51
Octal 265 333 352 27 6 0 10 305 70 121
Binary 10110101 11011011 11101010 10111 110 0 1000 11000101 111000 1010001

Color Harmonies of #B5DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBEA

Black with #B5DBEA

Text Example


Text Example

White with #B5DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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