Html Css Color HEX #B5D3DF Light Blue

📋 copy color: '#B5D3DF'

red 181 ◦ green 211 ◦ blue 223

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

Shades of Light Blue #B5D3DF

Tints of Light Blue #B5D3DF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.31%

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 29.43%
G = 34.31%
B = 36.26%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5D3DF (or 0xB5D3DF) is known color: Light Blue. HEX triplet: B5, D3 and DF. RGB value is (181,211,223). Sum of RGB (Red+Green+Blue) = 181+211+223=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D3DF is #4A2C20. Grayscale: #CBCBCB. Windows color (decimal): -4860961 or 14668725. OLE color: 14668725.

HSL color Cylindrical-coordinate representation of color #B5D3DF: hue angle of 197.14º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5D3DF is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 211 223 -
CMYK 0.19 0.05 0 0.13
HSL 197.14º 0.4% 0.79% -
HSV(B) 197.14º 0.19% 0.87% -
XYZ 55.67 61.74 78.79 -
YUV 203.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 181 211 223 0.19 0.05 0 0.13 197.14 0.4 0.79
Hex B5 D3 DF 13 5 0 D C5 28 4F
Octal 265 323 337 23 5 0 15 305 50 117
Binary 10110101 11010011 11011111 10011 101 0 1101 11000101 101000 1001111

Color Harmonies of #B5D3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D3DF

Black with #B5D3DF

Text Example


Text Example

White with #B5D3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D3DF; }

 p { color: rgb(181,211,223); }

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

background-color css

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

 a { background-color: rgb(181,211,223); }

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

border-color css

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

 span { border-color: rgb(181,211,223); }

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