#95CAEB

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

Shades of Cornflower #95CAEB

Tints of Cornflower #95CAEB

Color information

#95CAEB (or 0x95CAEB) is unknown color: approx Cornflower. HEX triplet: 95, CA and EB. RGB value is (149,202,235). Sum of RGB (Red+Green+Blue) = 149+202+235=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #95CAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CAEB is #6A3514. Grayscale: #BDBDBD. Windows color (decimal): -6960405 or 15452821. OLE color: 15452821.

HSL color Cylindrical-coordinate representation of color #95CAEB: hue angle of 203.02º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95CAEB is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149202235-
CMYK0.370.1400.08
HSL203.02º68.25%75.29%-
HSV(B)203.02º36.6%92.16%-
XYZ48.5154.6386.58-
YUV189.92153.4498.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.43%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=25.43%
G=34.47%
B=40.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492022350.370.1400.08203.0268.2575.29
Hex95CAEB25E08cb444b
Octal2253123534516010313104113
Binary1001010111001010111010111001011110010001100101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,202,235); }

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

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

 a { background-color: rgb(149,202,235); }

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

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

 span { border-color: rgb(149,202,235); }

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