#95C0E6

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

Shades of Cornflower #95C0E6

Tints of Cornflower #95C0E6

Color information

#95C0E6 (or 0x95C0E6) is unknown color: approx Cornflower. HEX triplet: 95, C0 and E6. RGB value is (149,192,230). Sum of RGB (Red+Green+Blue) = 149+192+230=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #95C0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C0E6 is #6A3F19. Grayscale: #B7B7B7. Windows color (decimal): -6962970 or 15122581. OLE color: 15122581.

HSL color Cylindrical-coordinate representation of color #95C0E6: hue angle of 208.15º 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 #95C0E6 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB149192230-
CMYK0.350.1700.10
HSL208.15º61.83%74.31%-
HSV(B)208.15º35.22%90.2%-
XYZ45.5349.882.08-
YUV183.48154.25103.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.09%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 230 (90.23% from 255) = 40.28%
R=26.09%
G=33.63%
B=40.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1491922300.350.1700.10208.1561.8374.31
Hex95C0E623110Ad03e4a
Octal225300346432101232076112
Binary1001010111000000111001101000111000101010110100001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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