#95BFED

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

Shades of Cornflower #95BFED

Tints of Cornflower #95BFED

Color information

#95BFED (or 0x95BFED) is unknown color: approx Cornflower. HEX triplet: 95, BF and ED. RGB value is (149,191,237). Sum of RGB (Red+Green+Blue) = 149+191+237=577 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.82% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #95BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BFED is #6A4012. Grayscale: #B7B7B7. Windows color (decimal): -6963219 or 15581077. OLE color: 15581077.

HSL color Cylindrical-coordinate representation of color #95BFED: hue angle of 211.36º 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 #95BFED is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149191237-
CMYK0.370.1900.07
HSL211.36º70.97%75.69%-
HSV(B)211.36º37.13%92.94%-
XYZ46.3149.7787.29-
YUV183.69158.09103.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.82%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=25.82%
G=33.10%
B=41.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491912370.370.1900.07211.3670.9775.69
Hex95BFED251307d3474c
Octal225277355452307323107114
Binary1001010110111111111011011001011001101111101001110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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