#b2d7fe

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

Shades of Pale Cornflower Blue #B2D7FE

Tints of Pale Cornflower Blue #B2D7FE

Color information

#B2D7FE (or 0xB2D7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, D7 and FE. RGB value is (178,215,254). Sum of RGB (Red+Green+Blue) = 178+215+254=647 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.51% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D7FE is #4D2801. Grayscale: #D0D0D0. Windows color (decimal): -5056514 or 16701362. OLE color: 16701362.

HSL color Cylindrical-coordinate representation of color #B2D7FE: hue angle of 210.79º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2D7FE is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178215254-
CMYK0.300.1500.00
HSL210.79º97.44%84.71%-
HSV(B)210.79º29.92%99.61%-
XYZ60.5565.22103.16-
YUV208.38153.74106.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.51%
GREEN value IS 215 (84.38% from 255) = 33.23%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=27.51%
G=33.23%
B=39.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782152540.300.1500.00210.7997.4484.71
HexB2D7FE1EF00d36155
Octal262327376361700323141125
Binary101100101101011111111110111101111001101001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2d7fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2d7fe; }

 p { color: rgb(178,215,254); }

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

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

 a { background-color: rgb(178,215,254); }

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

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

 span { border-color: rgb(178,215,254); }

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