#B0D4EF

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

Shades of Pale Cornflower Blue #B0D4EF

Tints of Pale Cornflower Blue #B0D4EF

Color information

#B0D4EF (or 0xB0D4EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D4 and EF. RGB value is (176,212,239). Sum of RGB (Red+Green+Blue) = 176+212+239=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0D4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D4EF is #4F2B10. Grayscale: #CCCCCC. Windows color (decimal): -5188369 or 15717552. OLE color: 15717552.

HSL color Cylindrical-coordinate representation of color #B0D4EF: hue angle of 205.71º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D4EF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176212239-
CMYK0.260.1100.06
HSL205.71º66.32%81.37%-
HSV(B)205.71º26.36%93.73%-
XYZ57.0362.5590.73-
YUV204.31147.57107.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.07%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 239 (93.75% from 255) = 38.12%
R=28.07%
G=33.81%
B=38.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762122390.260.1100.06205.7166.3281.37
HexB0D4EF1AB06ce4251
Octal260324357321306316102121
Binary10110000110101001110111111010101101101100111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D4EF; }

 p { color: rgb(176,212,239); }

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

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

 a { background-color: rgb(176,212,239); }

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

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

 span { border-color: rgb(176,212,239); }

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