#B3DCFD

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

Shades of Pale Cornflower Blue #B3DCFD

Tints of Pale Cornflower Blue #B3DCFD

Color information

#B3DCFD (or 0xB3DCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, DC and FD. RGB value is (179,220,253). Sum of RGB (Red+Green+Blue) = 179+220+253=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DCFD is #4C2302. Grayscale: #D3D3D3. Windows color (decimal): -4989699 or 16637107. OLE color: 16637107.

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

Color convert

RGB179220253-
CMYK0.290.1300.01
HSL206.76º94.87%84.71%-
HSV(B)206.76º29.25%99.22%-
XYZ61.9167.86102.76-
YUV211.5151.42104.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.45%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=27.45%
G=33.74%
B=38.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792202530.290.1300.01206.7694.8784.71
HexB3DCFD1DD01cf5f55
Octal263334375351501317137125
Binary101100111101110011111101111011101011100111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCFD; }

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

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

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

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

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

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

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

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