#95CEF3

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

Shades of Cornflower #95CEF3

Tints of Cornflower #95CEF3

Color information

#95CEF3 (or 0x95CEF3) is unknown color: approx Cornflower. HEX triplet: 95, CE and F3. RGB value is (149,206,243). Sum of RGB (Red+Green+Blue) = 149+206+243=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #95CEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CEF3 is #6A310C. Grayscale: #C0C0C0. Windows color (decimal): -6959373 or 15978133. OLE color: 15978133.

HSL color Cylindrical-coordinate representation of color #95CEF3: hue angle of 203.62º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95CEF3 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149206243-
CMYK0.390.1500.05
HSL203.62º79.66%76.86%-
HSV(B)203.62º38.68%95.29%-
XYZ50.645793.13-
YUV193.18156.1296.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.92%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 243 (95.31% from 255) = 40.64%
R=24.92%
G=34.45%
B=40.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492062430.390.1500.05203.6279.6676.86
Hex95CEF327F05cc504d
Octal225316363471705314120115
Binary100101011100111011110011100111111101011100110010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,206,243); }

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

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

 a { background-color: rgb(149,206,243); }

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

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

 span { border-color: rgb(149,206,243); }

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