#B0D9F3

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

Shades of Pale Cornflower Blue #B0D9F3

Tints of Pale Cornflower Blue #B0D9F3

Color information

#B0D9F3 (or 0xB0D9F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D9 and F3. RGB value is (176,217,243). Sum of RGB (Red+Green+Blue) = 176+217+243=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0D9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D9F3 is #4F260C. Grayscale: #CFCFCF. Windows color (decimal): -5187085 or 15980976. OLE color: 15980976.

HSL color Cylindrical-coordinate representation of color #B0D9F3: hue angle of 203.28º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0D9F3 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176217243-
CMYK0.280.1100.05
HSL203.28º73.63%82.16%-
HSV(B)203.28º27.57%95.29%-
XYZ58.965.3394.3-
YUV207.7147.92105.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.67%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=27.67%
G=34.12%
B=38.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762172430.280.1100.05203.2873.6382.16
HexB0D9F31CB05cb4a52
Octal260331363341305313112122
Binary10110000110110011111001111100101101011100101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D9F3; }

 p { color: rgb(176,217,243); }

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

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

 a { background-color: rgb(176,217,243); }

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

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

 span { border-color: rgb(176,217,243); }

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