#B3D5FE

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

Shades of Pale Cornflower Blue #B3D5FE

Tints of Pale Cornflower Blue #B3D5FE

Color information

#B3D5FE (or 0xB3D5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D5 and FE. RGB value is (179,213,254). Sum of RGB (Red+Green+Blue) = 179+213+254=646 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.71% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3D5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D5FE is #4C2A01. Grayscale: #CFCFCF. Windows color (decimal): -4991490 or 16700851. OLE color: 16700851.

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

Color convert

RGB179213254-
CMYK0.300.1600.00
HSL212.8º97.4%84.9%-
HSV(B)212.8º29.53%99.61%-
XYZ60.2764.33103.01-
YUV207.51154.24107.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.71%
GREEN value IS 213 (83.59% from 255) = 32.97%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=27.71%
G=32.97%
B=39.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792132540.300.1600.00212.897.484.9
HexB3D5FE1E1000d56155
Octal263325376362000325141125
Binary1011001111010101111111101111010000001101010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D5FE; }

 p { color: rgb(179,213,254); }

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

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

 a { background-color: rgb(179,213,254); }

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

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

 span { border-color: rgb(179,213,254); }

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