#B3DEFD

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

Shades of Pale Cornflower Blue #B3DEFD

Tints of Pale Cornflower Blue #B3DEFD

Color information

#B3DEFD (or 0xB3DEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, DE and FD. RGB value is (179,222,253). Sum of RGB (Red+Green+Blue) = 179+222+253=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DEFD is #4C2102. Grayscale: #D4D4D4. Windows color (decimal): -4989187 or 16637619. OLE color: 16637619.

HSL color Cylindrical-coordinate representation of color #B3DEFD: hue angle of 205.14º degrees, saturation: 0.95, 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 #B3DEFD is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179222253-
CMYK0.290.1200.01
HSL205.14º94.87%84.71%-
HSV(B)205.14º29.25%99.22%-
XYZ62.4468.92102.94-
YUV212.68150.75103.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.37%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=27.37%
G=33.94%
B=38.69%

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
Decimal1792222530.290.1200.01205.1494.8784.71
HexB3DEFD1DC01cd5f55
Octal263336375351401315137125
Binary101100111101111011111101111011100011100110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DEFD; }

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

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

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

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

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

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

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

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