Html Css Color HEX #B5D6DC Light Blue

📋 copy color: '#B5D6DC'

red 181 ◦ green 214 ◦ blue 220

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

Shades of Light Blue #B5D6DC

Tints of Light Blue #B5D6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 29.43%
G = 34.8%
B = 35.77%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5D6DC (or 0xB5D6DC) is known color: Light Blue. HEX triplet: B5, D6 and DC. RGB value is (181,214,220). Sum of RGB (Red+Green+Blue) = 181+214+220=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6DC is #4A2923. Grayscale: #CCCCCC. Windows color (decimal): -4860196 or 14472885. OLE color: 14472885.

HSL color Cylindrical-coordinate representation of color #B5D6DC: hue angle of 189.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5D6DC is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 214 220 -
CMYK 0.18 0.03 0 0.14
HSL 189.23º 0.36% 0.79% -
HSV(B) 189.23º 0.18% 0.86% -
XYZ 56.02 63.08 76.93 -
YUV 204.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 181 214 220 0.18 0.03 0 0.14 189.23 0.36 0.79
Hex B5 D6 DC 12 3 0 E BD 24 4F
Octal 265 326 334 22 3 0 16 275 44 117
Binary 10110101 11010110 11011100 10010 11 0 1110 10111101 100100 1001111

Color Harmonies of #B5D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D6DC

Black with #B5D6DC

Text Example


Text Example

White with #B5D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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