#B3D6FF

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

Shades of Pale Cornflower Blue #B3D6FF

Tints of Pale Cornflower Blue #B3D6FF

Color information

#B3D6FF (or 0xB3D6FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D6 and FF. RGB value is (179,214,255). Sum of RGB (Red+Green+Blue) = 179+214+255=648 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.62% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D6FF is #4C2900. Grayscale: #D0D0D0. Windows color (decimal): -4991233 or 16766643. OLE color: 16766643.

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

Color convert

RGB179214255-
CMYK0.300.1600
HSL212.37º100%85.1%-
HSV(B)212.37º29.8%100%-
XYZ60.6964.9103.94-
YUV208.21154.4107.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.62%
GREEN value IS 214 (83.98% from 255) = 33.02%
BLUE value IS 255 (100% from 255) = 39.35%
R=27.62%
G=33.02%
B=39.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792142550.300.1600212.3710085.1
HexB3D6FF1E1000d46455
Octal263326377362000324144125
Binary1011001111010110111111111111010000001101010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D6FF; }

 p { color: rgb(179,214,255); }

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

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

 a { background-color: rgb(179,214,255); }

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

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

 span { border-color: rgb(179,214,255); }

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