#B1DAF8

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

Shades of Pale Cornflower Blue #B1DAF8

Tints of Pale Cornflower Blue #B1DAF8

Color information

#B1DAF8 (or 0xB1DAF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, DA and F8. RGB value is (177,218,248). Sum of RGB (Red+Green+Blue) = 177+218+248=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1DAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DAF8 is #4E2507. Grayscale: #D1D1D1. Windows color (decimal): -5121288 or 16308913. OLE color: 16308913.

HSL color Cylindrical-coordinate representation of color #B1DAF8: hue angle of 205.35º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1DAF8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177218248-
CMYK0.290.1200.03
HSL205.35º83.53%83.33%-
HSV(B)205.35º28.63%97.25%-
XYZ60.1566.2798.43-
YUV209.16149.92105.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.53%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 248 (97.27% from 255) = 38.57%
R=27.53%
G=33.90%
B=38.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772182480.290.1200.03205.3583.5383.33
HexB1DAF81DC03cd5453
Octal261332370351403315124123
Binary1011000111011010111110001110111000111100110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DAF8; }

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

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

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

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

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

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

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

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