#95BAE6

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

Shades of Cornflower #95BAE6

Tints of Cornflower #95BAE6

Color information

#95BAE6 (or 0x95BAE6) is unknown color: approx Cornflower. HEX triplet: 95, BA and E6. RGB value is (149,186,230). Sum of RGB (Red+Green+Blue) = 149+186+230=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #95BAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BAE6 is #6A4519. Grayscale: #B3B3B3. Windows color (decimal): -6964506 or 15121045. OLE color: 15121045.

HSL color Cylindrical-coordinate representation of color #95BAE6: hue angle of 212.59º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95BAE6 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB149186230-
CMYK0.350.1900.10
HSL212.59º61.83%74.31%-
HSV(B)212.59º35.22%90.2%-
XYZ44.2447.2281.65-
YUV179.95156.24105.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=26.37%
G=32.92%
B=40.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1491862300.350.1900.10212.5961.8374.31
Hex95BAE623130Ad53e4a
Octal225272346432301232576112
Binary1001010110111010111001101000111001101010110101011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,186,230); }

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

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

 a { background-color: rgb(149,186,230); }

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

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

 span { border-color: rgb(149,186,230); }

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