#96BDF1

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

Shades of Cornflower #96BDF1

Tints of Cornflower #96BDF1

Color information

#96BDF1 (or 0x96BDF1) is unknown color: approx Cornflower. HEX triplet: 96, BD and F1. RGB value is (150,189,241). Sum of RGB (Red+Green+Blue) = 150+189+241=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #96BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF1 is #69420E. Grayscale: #B7B7B7. Windows color (decimal): -6898191 or 15842710. OLE color: 15842710.

HSL color Cylindrical-coordinate representation of color #96BDF1: hue angle of 214.29º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96BDF1 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150189241-
CMYK0.380.2200.05
HSL214.29º76.47%76.67%-
HSV(B)214.29º37.76%94.51%-
XYZ46.6549.2390.26-
YUV183.27160.58104.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.86%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 241 (94.53% from 255) = 41.55%
R=25.86%
G=32.59%
B=41.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501892410.380.2200.05214.2976.4776.67
Hex96BDF1261605d64c4d
Octal226275361462605326114115
Binary1001011010111101111100011001101011001011101011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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