#B3DAFB

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

Shades of Pale Cornflower Blue #B3DAFB

Tints of Pale Cornflower Blue #B3DAFB

Color information

#B3DAFB (or 0xB3DAFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, DA and FB. RGB value is (179,218,251). Sum of RGB (Red+Green+Blue) = 179+218+251=648 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.62% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DAFB is #4C2504. Grayscale: #D1D1D1. Windows color (decimal): -4990213 or 16505523. OLE color: 16505523.

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

Color convert

RGB179218251-
CMYK0.290.1300.02
HSL207.5º90%84.31%-
HSV(B)207.5º28.69%98.43%-
XYZ61.0766.69100.92-
YUV210.1151.08105.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.62%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=27.62%
G=33.64%
B=38.73%

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
Decimal1792182510.290.1300.02207.59084.31
HexB3DAFB1DD02d05a54
Octal263332373351502320132124
Binary1011001111011010111110111110111010101101000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DAFB; }

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

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

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

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

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

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

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

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