#B8DAEE

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

Shades of Light Blue #B8DAEE

Tints of Light Blue #B8DAEE

Color information

#B8DAEE (or 0xB8DAEE) is unknown color: approx Light Blue. HEX triplet: B8, DA and EE. RGB value is (184,218,238). Sum of RGB (Red+Green+Blue) = 184+218+238=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DAEE is #472511. Grayscale: #D2D2D2. Windows color (decimal): -4662546 or 15653560. OLE color: 15653560.

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

Color convert

RGB184218238-
CMYK0.230.0800.07
HSL202.22º61.36%82.75%-
HSV(B)202.22º22.69%93.33%-
XYZ60.2766.5190.55-
YUV210.11143.74109.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.75%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=28.75%
G=34.06%
B=37.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842182380.230.0800.07202.2261.3682.75
HexB8DAEE17807ca3d53
Octal27033235627100731275123
Binary1011100011011010111011101011110000111110010101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DAEE; }

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

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

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

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

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

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

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

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