Html Css Color HEX #B7D6DC Light Blue

📋 copy color: '#B7D6DC'

red 183 ◦ green 214 ◦ blue 220

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

Shades of Light Blue #B7D6DC

Tints of Light Blue #B7D6DC

RGB

 RED value IS 183 (71.88% from 255) = 29.66%

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

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

R = 29.66%
G = 34.68%
B = 35.66%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7D6DC (or 0xB7D6DC) is known color: Light Blue. HEX triplet: B7, D6 and DC. RGB value is (183,214,220). Sum of RGB (Red+Green+Blue) = 183+214+220=617 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.66% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6DC is #482923. Grayscale: #CDCDCD. Windows color (decimal): -4729124 or 14472887. OLE color: 14472887.

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

Color convert

RGB 183 214 220 -
CMYK 0.17 0.03 0 0.14
HSL 189.73º 0.35% 0.79% -
HSV(B) 189.73º 0.17% 0.86% -
XYZ 56.49 63.33 76.96 -
YUV 205.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 183 214 220 0.17 0.03 0 0.14 189.73 0.35 0.79
Hex B7 D6 DC 11 3 0 E BE 23 4F
Octal 267 326 334 21 3 0 16 276 43 117
Binary 10110111 11010110 11011100 10001 11 0 1110 10111110 100011 1001111

Color Harmonies of #B7D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D6DC

Black with #B7D6DC

Text Example


Text Example

White with #B7D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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