Html Css Color HEX #B6DBEB Light Blue

📋 copy color: '#B6DBEB'

red 182 ◦ green 219 ◦ blue 235

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

Shades of Light Blue #B6DBEB

Tints of Light Blue #B6DBEB

RGB

 RED value IS 182 (71.48% from 255) = 28.62%

 GREEN value IS 219 (85.94% from 255) = 34.43%

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

R = 28.62%
G = 34.43%
B = 36.95%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B6DBEB (or 0xB6DBEB) is known color: Light Blue. HEX triplet: B6, DB and EB. RGB value is (182,219,235). Sum of RGB (Red+Green+Blue) = 182+219+235=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBEB is #492414. Grayscale: #D1D1D1. Windows color (decimal): -4793365 or 15457206. OLE color: 15457206.

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

Color convert

RGB 182 219 235 -
CMYK 0.23 0.07 0 0.08
HSL 198.11º 0.57% 0.82% -
HSV(B) 198.11º 0.23% 0.92% -
XYZ 59.62 66.61 88.31 -
YUV 209.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 182 219 235 0.23 0.07 0 0.08 198.11 0.57 0.82
Hex B6 DB EB 17 7 0 8 C6 39 52
Octal 266 333 353 27 7 0 10 306 71 122
Binary 10110110 11011011 11101011 10111 111 0 1000 11000110 111001 1010010

Color Harmonies of #B6DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DBEB

Black with #B6DBEB

Text Example


Text Example

White with #B6DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DBEB; }

 p { color: rgb(182,219,235); }

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

background-color css

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

 a { background-color: rgb(182,219,235); }

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

border-color css

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

 span { border-color: rgb(182,219,235); }

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