#B0D1FD

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

Shades of Pale Cornflower Blue #B0D1FD

Tints of Pale Cornflower Blue #B0D1FD

Color information

#B0D1FD (or 0xB0D1FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D1 and FD. RGB value is (176,209,253). Sum of RGB (Red+Green+Blue) = 176+209+253=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0D1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1FD is #4F2E02. Grayscale: #CBCBCB. Windows color (decimal): -5189123 or 16634288. OLE color: 16634288.

HSL color Cylindrical-coordinate representation of color #B0D1FD: hue angle of 214.29º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0D1FD is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176209253-
CMYK0.300.1700.01
HSL214.29º95.06%84.12%-
HSV(B)214.29º30.43%99.22%-
XYZ58.4361.92101.8-
YUV204.15155.57107.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.59%
GREEN value IS 209 (82.03% from 255) = 32.76%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=27.59%
G=32.76%
B=39.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762092530.300.1700.01214.2995.0684.12
HexB0D1FD1E1101d65f54
Octal260321375362101326137124
Binary1011000011010001111111011111010001011101011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D1FD; }

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

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

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

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

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

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

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

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