#B1DBFC

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

Shades of Pale Cornflower Blue #B1DBFC

Tints of Pale Cornflower Blue #B1DBFC

Color information

#B1DBFC (or 0xB1DBFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, DB and FC. RGB value is (177,219,252). Sum of RGB (Red+Green+Blue) = 177+219+252=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBFC is #4E2403. Grayscale: #D2D2D2. Windows color (decimal): -5121028 or 16571313. OLE color: 16571313.

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

Color convert

RGB177219252-
CMYK0.300.1300.01
HSL206.4º92.59%84.12%-
HSV(B)206.4º29.76%98.82%-
XYZ61.0367.04101.82-
YUV210.2151.59104.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.31%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=27.31%
G=33.80%
B=38.89%

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
Decimal1772192520.300.1300.01206.492.5984.12
HexB1DBFC1ED01ce5d54
Octal261333374361501316135124
Binary101100011101101111111100111101101011100111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DBFC; }

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

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

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

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

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

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

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

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