Html Css Color HEX #B5D6E8 Light Blue

📋 copy color: '#B5D6E8'

red 181 ◦ green 214 ◦ blue 232

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

Shades of Light Blue #B5D6E8

Tints of Light Blue #B5D6E8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.13%

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

R = 28.87%
G = 34.13%
B = 37%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B5D6E8 (or 0xB5D6E8) is known color: Light Blue. HEX triplet: B5, D6 and E8. RGB value is (181,214,232). Sum of RGB (Red+Green+Blue) = 181+214+232=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #B5D6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D6E8 is #4A2917. Grayscale: #CECECE. Windows color (decimal): -4860184 or 15259317. OLE color: 15259317.

HSL color Cylindrical-coordinate representation of color #B5D6E8: hue angle of 201.18º 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 #B5D6E8 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 214 232 -
CMYK 0.22 0.08 0 0.09
HSL 201.18º 0.53% 0.81% -
HSV(B) 201.18º 0.22% 0.91% -
XYZ 57.67 63.74 85.61 -
YUV 206.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 181 214 232 0.22 0.08 0 0.09 201.18 0.53 0.81
Hex B5 D6 E8 16 8 0 9 C9 35 51
Octal 265 326 350 26 10 0 11 311 65 121
Binary 10110101 11010110 11101000 10110 1000 0 1001 11001001 110101 1010001

Color Harmonies of #B5D6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D6E8

Black with #B5D6E8

Text Example


Text Example

White with #B5D6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D6E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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