#B8DFEF

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

Shades of Light Blue #B8DFEF

Tints of Light Blue #B8DFEF

Color information

#B8DFEF (or 0xB8DFEF) is unknown color: approx Light Blue. HEX triplet: B8, DF and EF. RGB value is (184,223,239). Sum of RGB (Red+Green+Blue) = 184+223+239=646 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.48% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DFEF is #472010. Grayscale: #D5D5D5. Windows color (decimal): -4661265 or 15720376. OLE color: 15720376.

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

Color convert

RGB184223239-
CMYK0.230.0700.06
HSL197.45º63.22%82.94%-
HSV(B)197.45º23.01%93.73%-
XYZ61.7369.291.76-
YUV213.16142.58107.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.48%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=28.48%
G=34.52%
B=37.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842232390.230.0700.06197.4563.2282.94
HexB8DFEF17706c53f53
Octal2703373572770630577123
Binary101110001101111111101111101111110110110001011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DFEF; }

 p { color: rgb(184,223,239); }

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

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

 a { background-color: rgb(184,223,239); }

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

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

 span { border-color: rgb(184,223,239); }

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