#B3DBFB

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

Shades of Pale Cornflower Blue #B3DBFB

Tints of Pale Cornflower Blue #B3DBFB

Color information

#B3DBFB (or 0xB3DBFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, DB and FB. RGB value is (179,219,251). Sum of RGB (Red+Green+Blue) = 179+219+251=649 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.58% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBFB is #4C2404. Grayscale: #D2D2D2. Windows color (decimal): -4989957 or 16505779. OLE color: 16505779.

HSL color Cylindrical-coordinate representation of color #B3DBFB: hue angle of 206.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3DBFB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179219251-
CMYK0.290.1300.02
HSL206.67º90%84.31%-
HSV(B)206.67º28.69%98.43%-
XYZ61.3367.21101.01-
YUV210.69150.75105.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.58%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=27.58%
G=33.74%
B=38.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792192510.290.1300.02206.679084.31
HexB3DBFB1DD02cf5a54
Octal263333373351502317132124
Binary1011001111011011111110111110111010101100111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DBFB; }

 p { color: rgb(179,219,251); }

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

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

 a { background-color: rgb(179,219,251); }

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

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

 span { border-color: rgb(179,219,251); }

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