Html Css Color HEX #B5D7EB Light Blue

📋 copy color: '#B5D7EB'

red 181 ◦ green 215 ◦ blue 235

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

Shades of Light Blue #B5D7EB

Tints of Light Blue #B5D7EB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.07%

 BLUE value IS 235 (92.19% from 255) = 37.24%

R = 28.68%
G = 34.07%
B = 37.24%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5D7EB (or 0xB5D7EB) is known color: Light Blue. HEX triplet: B5, D7 and EB. RGB value is (181,215,235). Sum of RGB (Red+Green+Blue) = 181+215+235=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D7EB is #4A2814. Grayscale: #CECECE. Windows color (decimal): -4859925 or 15456181. OLE color: 15456181.

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

Color convert

RGB 181 215 235 -
CMYK 0.23 0.09 0 0.08
HSL 202.22º 0.57% 0.82% -
HSV(B) 202.22º 0.23% 0.92% -
XYZ 58.35 64.42 87.96 -
YUV 207.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 181 215 235 0.23 0.09 0 0.08 202.22 0.57 0.82
Hex B5 D7 EB 17 9 0 8 CA 39 52
Octal 265 327 353 27 11 0 10 312 71 122
Binary 10110101 11010111 11101011 10111 1001 0 1000 11001010 111001 1010010

Color Harmonies of #B5D7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D7EB

Black with #B5D7EB

Text Example


Text Example

White with #B5D7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D7EB; }

 p { color: rgb(181,215,235); }

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

background-color css

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

 a { background-color: rgb(181,215,235); }

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

border-color css

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

 span { border-color: rgb(181,215,235); }

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