#B0D7FF

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

Shades of Pale Cornflower Blue #B0D7FF

Tints of Pale Cornflower Blue #B0D7FF

Color information

#B0D7FF (or 0xB0D7FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D7 and FF. RGB value is (176,215,255). Sum of RGB (Red+Green+Blue) = 176+215+255=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0D7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D7FF is #4F2800. Grayscale: #CFCFCF. Windows color (decimal): -5187585 or 16766896. OLE color: 16766896.

HSL color Cylindrical-coordinate representation of color #B0D7FF: hue angle of 210.38º 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 #B0D7FF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176215255-
CMYK0.310.1600
HSL210.38º100%84.51%-
HSV(B)210.38º30.98%100%-
XYZ60.2565.05103.99-
YUV207.9154.58105.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.24%
GREEN value IS 215 (84.38% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 39.47%
R=27.24%
G=33.28%
B=39.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762152550.310.1600210.3810084.51
HexB0D7FF1F1000d26455
Octal260327377372000322144125
Binary1011000011010111111111111111110000001101001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D7FF; }

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

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

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

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

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

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

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

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