#B3DDFE

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

Shades of Pale Cornflower Blue #B3DDFE

Tints of Pale Cornflower Blue #B3DDFE

Color information

#B3DDFE (or 0xB3DDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, DD and FE. RGB value is (179,221,254). Sum of RGB (Red+Green+Blue) = 179+221+254=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDFE is #4C2201. Grayscale: #D4D4D4. Windows color (decimal): -4989442 or 16702899. OLE color: 16702899.

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

Color convert

RGB179221254-
CMYK0.300.1300.00
HSL206.4º97.4%84.9%-
HSV(B)206.4º29.53%99.61%-
XYZ62.3468.45103.69-
YUV212.2151.59104.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.37%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=27.37%
G=33.79%
B=38.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792212540.300.1300.00206.497.484.9
HexB3DDFE1ED00ce6155
Octal263335376361500316141125
Binary101100111101110111111110111101101001100111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDFE; }

 p { color: rgb(179,221,254); }

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

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

 a { background-color: rgb(179,221,254); }

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

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

 span { border-color: rgb(179,221,254); }

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