#b0d7fe

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

Shades of Pale Cornflower Blue #B0D7FE

Tints of Pale Cornflower Blue #B0D7FE

Color information

#B0D7FE (or 0xB0D7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D7 and FE. RGB value is (176,215,254). Sum of RGB (Red+Green+Blue) = 176+215+254=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D7FE is #4F2801. Grayscale: #CFCFCF. Windows color (decimal): -5187586 or 16701360. OLE color: 16701360.

HSL color Cylindrical-coordinate representation of color #B0D7FE: hue angle of 210º 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 #B0D7FE is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176215254-
CMYK0.310.1500.00
HSL210º97.5%84.31%-
HSV(B)210º30.71%99.61%-
XYZ60.0964.99103.14-
YUV207.78154.08105.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.29%
GREEN value IS 215 (84.38% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=27.29%
G=33.33%
B=39.38%

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
Decimal1762152540.310.1500.0021097.584.31
HexB0D7FE1FF00d26254
Octal260327376371700322142124
Binary101100001101011111111110111111111001101001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0d7fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0d7fe; }

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

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

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

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

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

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

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

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