#B8DAEA

Color #B8DAEA Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #B8DAEA

Tints of Light Blue #B8DAEA

Color information

#B8DAEA (or 0xB8DAEA) is unknown color: approx Light Blue. HEX triplet: B8, DA and EA. RGB value is (184,218,234). Sum of RGB (Red+Green+Blue) = 184+218+234=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DAEA is #472515. Grayscale: #D1D1D1. Windows color (decimal): -4662550 or 15391416. OLE color: 15391416.

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

Color convert

RGB184218234-
CMYK0.210.0700.08
HSL199.2º54.35%81.96%-
HSV(B)199.2º21.37%91.76%-
XYZ59.6966.2787.49-
YUV209.66141.74109.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.93%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=28.93%
G=34.28%
B=36.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842182340.210.0700.08199.254.3581.96
HexB8DAEA15708c73652
Octal27033235225701030766122
Binary1011100011011010111010101010111101000110001111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DAEA; }

 p { color: rgb(184,218,234); }

 H1.HeaderClassName
 {
   color: #B8DAEA;
 }
 .AnyTagClassName
 {
   color: #B8DAEA;
 }
</style>
background-color css

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

 a { background-color: rgb(184,218,234); }

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

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

 span { border-color: rgb(184,218,234); }

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