#95BEF0

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

Shades of Cornflower #95BEF0

Tints of Cornflower #95BEF0

Color information

#95BEF0 (or 0x95BEF0) is unknown color: approx Cornflower. HEX triplet: 95, BE and F0. RGB value is (149,190,240). Sum of RGB (Red+Green+Blue) = 149+190+240=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #95BEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BEF0 is #6A410F. Grayscale: #B7B7B7. Windows color (decimal): -6963472 or 15777429. OLE color: 15777429.

HSL color Cylindrical-coordinate representation of color #95BEF0: hue angle of 212.97º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95BEF0 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149190240-
CMYK0.380.2100.06
HSL212.97º75.21%76.27%-
HSV(B)212.97º37.92%94.12%-
XYZ46.5449.5189.54-
YUV183.44159.92103.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.73%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 240 (94.14% from 255) = 41.45%
R=25.73%
G=32.82%
B=41.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491902400.380.2100.06212.9775.2176.27
Hex95BEF0261506d54b4c
Octal225276360462506325113114
Binary1001010110111110111100001001101010101101101010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BEF0; }

 p { color: rgb(149,190,240); }

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

<style>
 a { background-color: #95BEF0; }

 a { background-color: rgb(149,190,240); }

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

<style>
 span { border-color: #95BEF0; }

 span { border-color: rgb(149,190,240); }

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