Html Css Color HEX #B5D4DF Light Blue

📋 copy color: '#B5D4DF'

red 181 ◦ green 212 ◦ blue 223

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

Shades of Light Blue #B5D4DF

Tints of Light Blue #B5D4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.42%

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

R = 29.38%
G = 34.42%
B = 36.2%

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

#B5D4DF (or 0xB5D4DF) is known color: Light Blue. HEX triplet: B5, D4 and DF. RGB value is (181,212,223). Sum of RGB (Red+Green+Blue) = 181+212+223=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5D4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D4DF is #4A2B20. Grayscale: #CBCBCB. Windows color (decimal): -4860705 or 14668981. OLE color: 14668981.

HSL color Cylindrical-coordinate representation of color #B5D4DF: hue angle of 195.71º 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 #B5D4DF is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 212 223 -
CMYK 0.19 0.05 0 0.13
HSL 195.71º 0.4% 0.79% -
HSV(B) 195.71º 0.19% 0.87% -
XYZ 55.92 62.24 78.88 -
YUV 203.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 181 212 223 0.19 0.05 0 0.13 195.71 0.4 0.79
Hex B5 D4 DF 13 5 0 D C4 28 4F
Octal 265 324 337 23 5 0 15 304 50 117
Binary 10110101 11010100 11011111 10011 101 0 1101 11000100 101000 1001111

Color Harmonies of #B5D4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D4DF

Black with #B5D4DF

Text Example


Text Example

White with #B5D4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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