#B3DDFC

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

Shades of Pale Cornflower Blue #B3DDFC

Tints of Pale Cornflower Blue #B3DDFC

Color information

#B3DDFC (or 0xB3DDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, DD and FC. RGB value is (179,221,252). Sum of RGB (Red+Green+Blue) = 179+221+252=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDFC is #4C2203. Grayscale: #D3D3D3. Windows color (decimal): -4989444 or 16571827. OLE color: 16571827.

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

Color convert

RGB179221252-
CMYK0.290.1200.01
HSL205.48º92.41%84.51%-
HSV(B)205.48º28.97%98.82%-
XYZ62.0268.32102.01-
YUV211.98150.59104.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.45%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=27.45%
G=33.90%
B=38.65%

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
Decimal1792212520.290.1200.01205.4892.4184.51
HexB3DDFC1DC01cd5c55
Octal263335374351401315134125
Binary101100111101110111111100111011100011100110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDFC; }

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

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

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

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

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

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

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

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