#B0DAF9

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

Shades of Pale Cornflower Blue #B0DAF9

Tints of Pale Cornflower Blue #B0DAF9

Color information

#B0DAF9 (or 0xB0DAF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, DA and F9. RGB value is (176,218,249). Sum of RGB (Red+Green+Blue) = 176+218+249=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0DAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DAF9 is #4F2506. Grayscale: #D0D0D0. Windows color (decimal): -5186823 or 16374448. OLE color: 16374448.

HSL color Cylindrical-coordinate representation of color #B0DAF9: hue angle of 205.48º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0DAF9 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176218249-
CMYK0.290.1200.02
HSL205.48º85.88%83.33%-
HSV(B)205.48º29.32%97.65%-
XYZ60.0766.2199.24-
YUV208.98150.59104.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.37%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 249 (97.66% from 255) = 38.72%
R=27.37%
G=33.90%
B=38.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762182490.290.1200.02205.4885.8883.33
HexB0DAF91DC02cd5653
Octal260332371351402315126123
Binary1011000011011010111110011110111000101100110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAF9; }

 p { color: rgb(176,218,249); }

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

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

 a { background-color: rgb(176,218,249); }

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

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

 span { border-color: rgb(176,218,249); }

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