#B7DBFA

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

Shades of Pale Cornflower Blue #B7DBFA

Tints of Pale Cornflower Blue #B7DBFA

Color information

#B7DBFA (or 0xB7DBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, DB and FA. RGB value is (183,219,250). Sum of RGB (Red+Green+Blue) = 183+219+250=652 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.07% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBFA is #482405. Grayscale: #D3D3D3. Windows color (decimal): -4727814 or 16440247. OLE color: 16440247.

HSL color Cylindrical-coordinate representation of color #B7DBFA: hue angle of 207.76º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7DBFA is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183219250-
CMYK0.270.1200.02
HSL207.76º87.01%84.9%-
HSV(B)207.76º26.8%98.04%-
XYZ62.1267.63100.22-
YUV211.77149.57107.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.07%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=28.07%
G=33.59%
B=38.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832192500.270.1200.02207.7687.0184.9
HexB7DBFA1BC02d05755
Octal267333372331402320127125
Binary1011011111011011111110101101111000101101000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DBFA; }

 p { color: rgb(183,219,250); }

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

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

 a { background-color: rgb(183,219,250); }

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

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

 span { border-color: rgb(183,219,250); }

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