#B6D7F9

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

Shades of Pale Cornflower Blue #B6D7F9

Tints of Pale Cornflower Blue #B6D7F9

Color information

#B6D7F9 (or 0xB6D7F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, D7 and F9. RGB value is (182,215,249). Sum of RGB (Red+Green+Blue) = 182+215+249=646 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.17% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #B6D7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D7F9 is #492806. Grayscale: #D0D0D0. Windows color (decimal): -4794375 or 16373686. OLE color: 16373686.

HSL color Cylindrical-coordinate representation of color #B6D7F9: hue angle of 210.45º degrees, saturation: 0.85, 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 #B6D7F9 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182215249-
CMYK0.270.1400.02
HSL210.45º84.81%84.51%-
HSV(B)210.45º26.91%97.65%-
XYZ60.6965.3999.04-
YUV209.01150.57108.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.17%
GREEN value IS 215 (84.38% from 255) = 33.28%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=28.17%
G=33.28%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822152490.270.1400.02210.4584.8184.51
HexB6D7F91BE02d25555
Octal266327371331602322125125
Binary1011011011010111111110011101111100101101001010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D7F9; }

 p { color: rgb(182,215,249); }

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

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

 a { background-color: rgb(182,215,249); }

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

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

 span { border-color: rgb(182,215,249); }

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