#95CAEE

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

Shades of Cornflower #95CAEE

Tints of Cornflower #95CAEE

Color information

#95CAEE (or 0x95CAEE) is unknown color: approx Cornflower. HEX triplet: 95, CA and EE. RGB value is (149,202,238). Sum of RGB (Red+Green+Blue) = 149+202+238=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #95CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CAEE is #6A3511. Grayscale: #BEBEBE. Windows color (decimal): -6960402 or 15649429. OLE color: 15649429.

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

Color convert

RGB149202238-
CMYK0.370.1500.07
HSL204.27º72.36%75.88%-
HSV(B)204.27º37.39%93.33%-
XYZ48.9554.888.89-
YUV190.26154.9498.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.30%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=25.30%
G=34.30%
B=40.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492022380.370.1500.07204.2772.3675.88
Hex95CAEE25F07cc484c
Octal225312356451707314110114
Binary100101011100101011101110100101111101111100110010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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