Html Css Color HEX #B6DAE6 Light Blue

📋 copy color: '#B6DAE6'

red 182 ◦ green 218 ◦ blue 230

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

Shades of Light Blue #B6DAE6

Tints of Light Blue #B6DAE6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.6%

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 28.89%
G = 34.6%
B = 36.51%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B6DAE6 (or 0xB6DAE6) is known color: Light Blue. HEX triplet: B6, DA and E6. RGB value is (182,218,230). Sum of RGB (Red+Green+Blue) = 182+218+230=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #B6DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DAE6 is #492519. Grayscale: #D0D0D0. Windows color (decimal): -4793626 or 15129270. OLE color: 15129270.

HSL color Cylindrical-coordinate representation of color #B6DAE6: hue angle of 195º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6DAE6 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 218 230 -
CMYK 0.21 0.05 0 0.10
HSL 195º 0.49% 0.81% -
HSV(B) 195º 0.21% 0.9% -
XYZ 58.65 65.8 84.47 -
YUV 208.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 182 218 230 0.21 0.05 0 0.10 195 0.49 0.81
Hex B6 DA E6 15 5 0 A C3 31 51
Octal 266 332 346 25 5 0 12 303 61 121
Binary 10110110 11011010 11100110 10101 101 0 1010 11000011 110001 1010001

Color Harmonies of #B6DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DAE6

Black with #B6DAE6

Text Example


Text Example

White with #B6DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DAE6; }

 p { color: rgb(182,218,230); }

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

background-color css

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

 a { background-color: rgb(182,218,230); }

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

border-color css

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

 span { border-color: rgb(182,218,230); }

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