Html Css Color HEX #B7DCEB Light Blue

📋 copy color: '#B7DCEB'

red 183 ◦ green 220 ◦ blue 235

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

Shades of Light Blue #B7DCEB

Tints of Light Blue #B7DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.48%

 BLUE value IS 235 (92.19% from 255) = 36.83%

R = 28.68%
G = 34.48%
B = 36.83%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B7DCEB (or 0xB7DCEB) is known color: Light Blue. HEX triplet: B7, DC and EB. RGB value is (183,220,235). Sum of RGB (Red+Green+Blue) = 183+220+235=638 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.68% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCEB is #482314. Grayscale: #D2D2D2. Windows color (decimal): -4727573 or 15457463. OLE color: 15457463.

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

Color convert

RGB 183 220 235 -
CMYK 0.22 0.06 0 0.08
HSL 197.31º 0.57% 0.82% -
HSV(B) 197.31º 0.22% 0.92% -
XYZ 60.12 67.25 88.41 -
YUV 210.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 183 220 235 0.22 0.06 0 0.08 197.31 0.57 0.82
Hex B7 DC EB 16 6 0 8 C5 39 52
Octal 267 334 353 26 6 0 10 305 71 122
Binary 10110111 11011100 11101011 10110 110 0 1000 11000101 111001 1010010

Color Harmonies of #B7DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCEB

Black with #B7DCEB

Text Example


Text Example

White with #B7DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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