#95D6ED

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

Shades of Cornflower #95D6ED

Tints of Cornflower #95D6ED

Color information

#95D6ED (or 0x95D6ED) is unknown color: approx Cornflower. HEX triplet: 95, D6 and ED. RGB value is (149,214,237). Sum of RGB (Red+Green+Blue) = 149+214+237=600 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.83% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #95D6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D6ED is #6A2912. Grayscale: #C5C5C5. Windows color (decimal): -6957331 or 15586965. OLE color: 15586965.

HSL color Cylindrical-coordinate representation of color #95D6ED: hue angle of 195.68º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95D6ED is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149214237-
CMYK0.370.1000.07
HSL195.68º70.97%75.69%-
HSV(B)195.68º37.13%92.94%-
XYZ51.7360.689.09-
YUV197.19150.4793.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.83%
GREEN value IS 214 (83.98% from 255) = 35.67%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=24.83%
G=35.67%
B=39.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492142370.370.1000.07195.6870.9775.69
Hex95D6ED25A07c4474c
Octal225326355451207304107114
Binary100101011101011011101101100101101001111100010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,214,237); }

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

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

 a { background-color: rgb(149,214,237); }

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

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

 span { border-color: rgb(149,214,237); }

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