#B1CCFD

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

Shades of Pale Cornflower Blue #B1CCFD

Tints of Pale Cornflower Blue #B1CCFD

Color information

#B1CCFD (or 0xB1CCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, CC and FD. RGB value is (177,204,253). Sum of RGB (Red+Green+Blue) = 177+204+253=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1CCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CCFD is #4E3302. Grayscale: #C9C9C9. Windows color (decimal): -5124867 or 16633009. OLE color: 16633009.

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

Color convert

RGB177204253-
CMYK0.300.1900.01
HSL218.68º95%84.31%-
HSV(B)218.68º30.04%99.22%-
XYZ57.4559.62101.41-
YUV201.51157.05110.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.92%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=27.92%
G=32.18%
B=39.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772042530.300.1900.01218.689584.31
HexB1CCFD1E1301db5f54
Octal261314375362301333137124
Binary1011000111001100111111011111010011011101101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCFD; }

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

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

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

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

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

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

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

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