#B2DBFE

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

Shades of Pale Cornflower Blue #B2DBFE

Tints of Pale Cornflower Blue #B2DBFE

Color information

#B2DBFE (or 0xB2DBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, DB and FE. RGB value is (178,219,254). Sum of RGB (Red+Green+Blue) = 178+219+254=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DBFE is #4D2401. Grayscale: #D2D2D2. Windows color (decimal): -5055490 or 16702386. OLE color: 16702386.

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

Color convert

RGB178219254-
CMYK0.300.1400.00
HSL207.63º97.44%84.71%-
HSV(B)207.63º29.92%99.61%-
XYZ61.5867.28103.51-
YUV210.73152.42104.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.34%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=27.34%
G=33.64%
B=39.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782192540.300.1400.00207.6397.4484.71
HexB2DBFE1EE00d06155
Octal262333376361600320141125
Binary101100101101101111111110111101110001101000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBFE; }

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

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

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

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

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

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

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

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