#B0DBFD

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

Shades of Pale Cornflower Blue #B0DBFD

Tints of Pale Cornflower Blue #B0DBFD

Color information

#B0DBFD (or 0xB0DBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, DB and FD. RGB value is (176,219,253). Sum of RGB (Red+Green+Blue) = 176+219+253=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBFD is #4F2402. Grayscale: #D1D1D1. Windows color (decimal): -5186563 or 16636848. OLE color: 16636848.

HSL color Cylindrical-coordinate representation of color #B0DBFD: hue angle of 206.49º 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 #B0DBFD is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176219253-
CMYK0.300.1300.01
HSL206.49º95.06%84.12%-
HSV(B)206.49º30.43%99.22%-
XYZ60.9766.98102.64-
YUV210.02152.25103.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.16%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=27.16%
G=33.80%
B=39.04%

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
Decimal1762192530.300.1300.01206.4995.0684.12
HexB0DBFD1ED01ce5f54
Octal260333375361501316137124
Binary101100001101101111111101111101101011100111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBFD; }

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

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

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

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

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

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

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

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