#B0D9FF

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

Shades of Pale Cornflower Blue #B0D9FF

Tints of Pale Cornflower Blue #B0D9FF

Color information

#B0D9FF (or 0xB0D9FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D9 and FF. RGB value is (176,217,255). Sum of RGB (Red+Green+Blue) = 176+217+255=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D9FF is #4F2600. Grayscale: #D0D0D0. Windows color (decimal): -5187073 or 16767408. OLE color: 16767408.

HSL color Cylindrical-coordinate representation of color #B0D9FF: hue angle of 208.86º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0D9FF is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176217255-
CMYK0.310.1500
HSL208.86º100%84.51%-
HSV(B)208.86º30.98%100%-
XYZ60.7766.08104.16-
YUV209.07153.92104.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.16%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 255 (100% from 255) = 39.35%
R=27.16%
G=33.49%
B=39.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762172550.310.1500208.8610084.51
HexB0D9FF1FF00d16455
Octal260331377371700321144125
Binary101100001101100111111111111111111001101000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D9FF; }

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

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

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

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

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

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

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

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