Html Css Color HEX #B6D8EA Light Blue

📋 copy color: '#B6D8EA'

red 182 ◦ green 216 ◦ blue 234

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

Shades of Light Blue #B6D8EA

Tints of Light Blue #B6D8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 28.8%
G = 34.18%
B = 37.03%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B6D8EA (or 0xB6D8EA) is known color: Light Blue. HEX triplet: B6, D8 and EA. RGB value is (182,216,234). Sum of RGB (Red+Green+Blue) = 182+216+234=632 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.80% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D8EA is #492715. Grayscale: #CFCFCF. Windows color (decimal): -4794134 or 15390902. OLE color: 15390902.

HSL color Cylindrical-coordinate representation of color #B6D8EA: hue angle of 200.77º degrees, saturation: 0.55, 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 #B6D8EA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 216 234 -
CMYK 0.22 0.08 0 0.08
HSL 200.77º 0.55% 0.82% -
HSV(B) 200.77º 0.22% 0.92% -
XYZ 58.7 65 87.29 -
YUV 207.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 182 216 234 0.22 0.08 0 0.08 200.77 0.55 0.82
Hex B6 D8 EA 16 8 0 8 C9 37 52
Octal 266 330 352 26 10 0 10 311 67 122
Binary 10110110 11011000 11101010 10110 1000 0 1000 11001001 110111 1010010

Color Harmonies of #B6D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D8EA

Black with #B6D8EA

Text Example


Text Example

White with #B6D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D8EA; }

 p { color: rgb(182,216,234); }

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

background-color css

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

 a { background-color: rgb(182,216,234); }

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

border-color css

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

 span { border-color: rgb(182,216,234); }

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