#95BDEC

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

Shades of Cornflower #95BDEC

Tints of Cornflower #95BDEC

Color information

#95BDEC (or 0x95BDEC) is unknown color: approx Cornflower. HEX triplet: 95, BD and EC. RGB value is (149,189,236). Sum of RGB (Red+Green+Blue) = 149+189+236=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #95BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BDEC is #6A4213. Grayscale: #B6B6B6. Windows color (decimal): -6963732 or 15515029. OLE color: 15515029.

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

Color convert

RGB149189236-
CMYK0.370.2000.07
HSL212.41º69.6%75.49%-
HSV(B)212.41º36.86%92.55%-
XYZ45.7348.8486.37-
YUV182.4158.25104.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.96%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=25.96%
G=32.93%
B=41.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491892360.370.2000.07212.4169.675.49
Hex95BDEC251407d4464b
Octal225275354452407324106113
Binary1001010110111101111011001001011010001111101010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,236); }

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

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

 a { background-color: rgb(149,189,236); }

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

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

 span { border-color: rgb(149,189,236); }

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