#96BFF2

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

Shades of Cornflower #96BFF2

Tints of Cornflower #96BFF2

Color information

#96BFF2 (or 0x96BFF2) is unknown color: approx Cornflower. HEX triplet: 96, BF and F2. RGB value is (150,191,242). Sum of RGB (Red+Green+Blue) = 150+191+242=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #96BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BFF2 is #69400D. Grayscale: #B8B8B8. Windows color (decimal): -6897678 or 15908758. OLE color: 15908758.

HSL color Cylindrical-coordinate representation of color #96BFF2: hue angle of 213.26º degrees, saturation: 0.78, 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 #96BFF2 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150191242-
CMYK0.380.2100.05
HSL213.26º77.97%76.86%-
HSV(B)213.26º38.02%94.9%-
XYZ47.2450.1691.2-
YUV184.55160.42103.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.73%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 242 (94.92% from 255) = 41.51%
R=25.73%
G=32.76%
B=41.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501912420.380.2100.05213.2677.9776.86
Hex96BFF2261505d54e4d
Octal226277362462505325116115
Binary1001011010111111111100101001101010101011101010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,242); }

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

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

 a { background-color: rgb(150,191,242); }

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

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

 span { border-color: rgb(150,191,242); }

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