#B3DEFA

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

Shades of Pale Cornflower Blue #B3DEFA

Tints of Pale Cornflower Blue #B3DEFA

Color information

#B3DEFA (or 0xB3DEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, DE and FA. RGB value is (179,222,250). Sum of RGB (Red+Green+Blue) = 179+222+250=651 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.50% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DEFA is #4C2105. Grayscale: #D4D4D4. Windows color (decimal): -4989190 or 16441011. OLE color: 16441011.

HSL color Cylindrical-coordinate representation of color #B3DEFA: hue angle of 203.66º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3DEFA is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179222250-
CMYK0.280.1100.02
HSL203.66º87.65%84.12%-
HSV(B)203.66º28.4%98.04%-
XYZ61.9768.73100.44-
YUV212.33149.25104.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.50%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=27.50%
G=34.10%
B=38.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792222500.280.1100.02203.6687.6584.12
HexB3DEFA1CB02cc5854
Octal263336372341302314130124
Binary1011001111011110111110101110010110101100110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DEFA; }

 p { color: rgb(179,222,250); }

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

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

 a { background-color: rgb(179,222,250); }

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

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

 span { border-color: rgb(179,222,250); }

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