#B0D1EE

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

Shades of Pale Cornflower Blue #B0D1EE

Tints of Pale Cornflower Blue #B0D1EE

Color information

#B0D1EE (or 0xB0D1EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D1 and EE. RGB value is (176,209,238). Sum of RGB (Red+Green+Blue) = 176+209+238=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0D1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1EE is #4F2E11. Grayscale: #CACACA. Windows color (decimal): -5189138 or 15651248. OLE color: 15651248.

HSL color Cylindrical-coordinate representation of color #B0D1EE: hue angle of 208.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D1EE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176209238-
CMYK0.260.1200.07
HSL208.06º64.58%81.18%-
HSV(B)208.06º26.05%93.33%-
XYZ56.146189.71-
YUV202.44148.07109.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.25%
GREEN value IS 209 (82.03% from 255) = 33.55%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=28.25%
G=33.55%
B=38.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762092380.260.1200.07208.0664.5881.18
HexB0D1EE1AC07d04151
Octal260321356321407320101121
Binary10110000110100011110111011010110001111101000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D1EE; }

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

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

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

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

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

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

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

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