#B3DEFC

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

Shades of Pale Cornflower Blue #B3DEFC

Tints of Pale Cornflower Blue #B3DEFC

Color information

#B3DEFC (or 0xB3DEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, DE and FC. RGB value is (179,222,252). Sum of RGB (Red+Green+Blue) = 179+222+252=653 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.41% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DEFC is #4C2103. Grayscale: #D4D4D4. Windows color (decimal): -4989188 or 16572083. OLE color: 16572083.

HSL color Cylindrical-coordinate representation of color #B3DEFC: hue angle of 204.66º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3DEFC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179222252-
CMYK0.290.1200.01
HSL204.66º92.41%84.51%-
HSV(B)204.66º28.97%98.82%-
XYZ62.2868.85102.1-
YUV212.56150.25104.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.41%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=27.41%
G=34.00%
B=38.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792222520.290.1200.01204.6692.4184.51
HexB3DEFC1DC01cd5c55
Octal263336374351401315134125
Binary101100111101111011111100111011100011100110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DEFC; }

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

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

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

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

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

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

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

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