Html Css Color HEX #B7D8EC Light Blue

📋 copy color: '#B7D8EC'

red 183 ◦ green 216 ◦ blue 236

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

Shades of Light Blue #B7D8EC

Tints of Light Blue #B7D8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.02%

 BLUE value IS 236 (92.58% from 255) = 37.17%

R = 28.82%
G = 34.02%
B = 37.17%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B7D8EC (or 0xB7D8EC) is known color: Light Blue. HEX triplet: B7, D8 and EC. RGB value is (183,216,236). Sum of RGB (Red+Green+Blue) = 183+216+236=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7D8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D8EC is #482713. Grayscale: #D0D0D0. Windows color (decimal): -4728596 or 15521975. OLE color: 15521975.

HSL color Cylindrical-coordinate representation of color #B7D8EC: hue angle of 202.64º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7D8EC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 216 236 -
CMYK 0.22 0.08 0 0.07
HSL 202.64º 0.58% 0.82% -
HSV(B) 202.64º 0.22% 0.93% -
XYZ 59.22 65.24 88.83 -
YUV 208.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 183 216 236 0.22 0.08 0 0.07 202.64 0.58 0.82
Hex B7 D8 EC 16 8 0 7 CB 3A 52
Octal 267 330 354 26 10 0 7 313 72 122
Binary 10110111 11011000 11101100 10110 1000 0 111 11001011 111010 1010010

Color Harmonies of #B7D8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D8EC

Black with #B7D8EC

Text Example


Text Example

White with #B7D8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D8EC; }

 p { color: rgb(183,216,236); }

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

background-color css

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

 a { background-color: rgb(183,216,236); }

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

border-color css

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

 span { border-color: rgb(183,216,236); }

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