#96BCF3

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

Shades of Cornflower #96BCF3

Tints of Cornflower #96BCF3

Color information

#96BCF3 (or 0x96BCF3) is unknown color: approx Cornflower. HEX triplet: 96, BC and F3. RGB value is (150,188,243). Sum of RGB (Red+Green+Blue) = 150+188+243=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #96BCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCF3 is #69430C. Grayscale: #B6B6B6. Windows color (decimal): -6898445 or 15973526. OLE color: 15973526.

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

Color convert

RGB150188243-
CMYK0.380.2300.05
HSL215.48º79.49%77.06%-
HSV(B)215.48º38.27%95.29%-
XYZ46.7448.9291.77-
YUV182.91161.91104.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.82%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=25.82%
G=32.36%
B=41.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501882430.380.2300.05215.4879.4977.06
Hex96BCF3261705d74f4d
Octal226274363462705327117115
Binary1001011010111100111100111001101011101011101011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,243); }

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

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

 a { background-color: rgb(150,188,243); }

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

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

 span { border-color: rgb(150,188,243); }

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