#B1DAFD

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

Shades of Pale Cornflower Blue #B1DAFD

Tints of Pale Cornflower Blue #B1DAFD

Color information

#B1DAFD (or 0xB1DAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, DA and FD. RGB value is (177,218,253). Sum of RGB (Red+Green+Blue) = 177+218+253=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 218 (85.55% from 255 or 33.64% 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 #B1DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DAFD is #4E2502. Grayscale: #D1D1D1. Windows color (decimal): -5121283 or 16636593. OLE color: 16636593.

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

Color convert

RGB177218253-
CMYK0.300.1400.01
HSL207.63º95%84.31%-
HSV(B)207.63º30.04%99.22%-
XYZ60.9366.58102.57-
YUV209.73152.42104.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.31%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=27.31%
G=33.64%
B=39.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772182530.300.1400.01207.639584.31
HexB1DAFD1EE01d05f54
Octal261332375361601320137124
Binary101100011101101011111101111101110011101000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DAFD; }

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

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

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

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

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

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

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

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