#96BDF6

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

Shades of Pale Cornflower Blue #96BDF6

Tints of Pale Cornflower Blue #96BDF6

Color information

#96BDF6 (or 0x96BDF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: 96, BD and F6. RGB value is (150,189,246). Sum of RGB (Red+Green+Blue) = 150+189+246=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #96BDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF6 is #694209. Grayscale: #B7B7B7. Windows color (decimal): -6898186 or 16170390. OLE color: 16170390.

HSL color Cylindrical-coordinate representation of color #96BDF6: hue angle of 215.62º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96BDF6 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB150189246-
CMYK0.390.2300.04
HSL215.62º84.21%77.65%-
HSV(B)215.62º39.02%96.47%-
XYZ47.4149.5394.25-
YUV183.84163.08103.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.64%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 246 (96.48% from 255) = 42.05%
R=25.64%
G=32.31%
B=42.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1501892460.390.2300.04215.6284.2177.65
Hex96BDF6271704d8544e
Octal226275366472704330124116
Binary1001011010111101111101101001111011101001101100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BDF6; }

 p { color: rgb(150,189,246); }

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

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

 a { background-color: rgb(150,189,246); }

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

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

 span { border-color: rgb(150,189,246); }

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