#B1DBFD

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

Shades of Pale Cornflower Blue #B1DBFD

Tints of Pale Cornflower Blue #B1DBFD

Color information

#B1DBFD (or 0xB1DBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, DB and FD. RGB value is (177,219,253). Sum of RGB (Red+Green+Blue) = 177+219+253=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 219 (85.94% from 255 or 33.74% 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 #B1DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBFD is #4E2402. Grayscale: #D2D2D2. Windows color (decimal): -5121027 or 16636849. OLE color: 16636849.

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

Color convert

RGB177219253-
CMYK0.300.1300.01
HSL206.84º95%84.31%-
HSV(B)206.84º30.04%99.22%-
XYZ61.1967.1102.66-
YUV210.32152.09104.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.27%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=27.27%
G=33.74%
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
Decimal1772192530.300.1300.01206.849584.31
HexB1DBFD1ED01cf5f54
Octal261333375361501317137124
Binary101100011101101111111101111101101011100111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DBFD; }

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

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

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

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

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

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

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

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