#B0D8FE

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

Shades of Pale Cornflower Blue #B0D8FE

Tints of Pale Cornflower Blue #B0D8FE

Color information

#B0D8FE (or 0xB0D8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D8 and FE. RGB value is (176,216,254). Sum of RGB (Red+Green+Blue) = 176+216+254=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D8FE is #4F2701. Grayscale: #D0D0D0. Windows color (decimal): -5187330 or 16701616. OLE color: 16701616.

HSL color Cylindrical-coordinate representation of color #B0D8FE: hue angle of 209.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0D8FE is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176216254-
CMYK0.310.1500.00
HSL209.23º97.5%84.31%-
HSV(B)209.23º30.71%99.61%-
XYZ60.3565.5103.23-
YUV208.37153.75104.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.24%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=27.24%
G=33.44%
B=39.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762162540.310.1500.00209.2397.584.31
HexB0D8FE1FF00d16254
Octal260330376371700321142124
Binary101100001101100011111110111111111001101000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D8FE; }

 p { color: rgb(176,216,254); }

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

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

 a { background-color: rgb(176,216,254); }

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

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

 span { border-color: rgb(176,216,254); }

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