#B0D1F7

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

Shades of Pale Cornflower Blue #B0D1F7

Tints of Pale Cornflower Blue #B0D1F7

Color information

#B0D1F7 (or 0xB0D1F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D1 and F7. RGB value is (176,209,247). Sum of RGB (Red+Green+Blue) = 176+209+247=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0D1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1F7 is #4F2E08. Grayscale: #CBCBCB. Windows color (decimal): -5189129 or 16241072. OLE color: 16241072.

HSL color Cylindrical-coordinate representation of color #B0D1F7: hue angle of 212.11º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0D1F7 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB176209247-
CMYK0.290.1500.03
HSL212.11º81.61%82.94%-
HSV(B)212.11º28.74%96.86%-
XYZ57.4961.5596.85-
YUV203.46152.57108.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.85%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 247 (96.88% from 255) = 39.08%
R=27.85%
G=33.07%
B=39.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762092470.290.1500.03212.1181.6182.94
HexB0D1F71DF03d45253
Octal260321367351703324122123
Binary1011000011010001111101111110111110111101010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D1F7; }

 p { color: rgb(176,209,247); }

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

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

 a { background-color: rgb(176,209,247); }

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

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

 span { border-color: rgb(176,209,247); }

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