#B0DCFD

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

Shades of Pale Cornflower Blue #B0DCFD

Tints of Pale Cornflower Blue #B0DCFD

Color information

#B0DCFD (or 0xB0DCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, DC and FD. RGB value is (176,220,253). Sum of RGB (Red+Green+Blue) = 176+220+253=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCFD is #4F2302. Grayscale: #D2D2D2. Windows color (decimal): -5186307 or 16637104. OLE color: 16637104.

HSL color Cylindrical-coordinate representation of color #B0DCFD: hue angle of 205.71º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DCFD is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176220253-
CMYK0.300.1300.01
HSL205.71º95.06%84.12%-
HSV(B)205.71º30.43%99.22%-
XYZ61.2367.51102.73-
YUV210.61151.92103.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.12%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=27.12%
G=33.90%
B=38.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762202530.300.1300.01205.7195.0684.12
HexB0DCFD1ED01ce5f54
Octal260334375361501316137124
Binary101100001101110011111101111101101011100111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCFD; }

 p { color: rgb(176,220,253); }

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

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

 a { background-color: rgb(176,220,253); }

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

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

 span { border-color: rgb(176,220,253); }

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