#96BDF3

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

Shades of Cornflower #96BDF3

Tints of Cornflower #96BDF3

Color information

#96BDF3 (or 0x96BDF3) is unknown color: approx Cornflower. HEX triplet: 96, BD and F3. RGB value is (150,189,243). Sum of RGB (Red+Green+Blue) = 150+189+243=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #96BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF3 is #69420C. Grayscale: #B7B7B7. Windows color (decimal): -6898189 or 15973782. OLE color: 15973782.

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

Color convert

RGB150189243-
CMYK0.380.2200.05
HSL214.84º79.49%77.06%-
HSV(B)214.84º38.27%95.29%-
XYZ46.9549.3591.84-
YUV183.5161.58104.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.77%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 243 (95.31% from 255) = 41.75%
R=25.77%
G=32.47%
B=41.75%

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
Decimal1501892430.380.2200.05214.8479.4977.06
Hex96BDF3261605d74f4d
Octal226275363462605327117115
Binary1001011010111101111100111001101011001011101011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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