#95CCF5

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

Shades of Cornflower #95CCF5

Tints of Cornflower #95CCF5

Color information

#95CCF5 (or 0x95CCF5) is unknown color: approx Cornflower. HEX triplet: 95, CC and F5. RGB value is (149,204,245). Sum of RGB (Red+Green+Blue) = 149+204+245=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #95CCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CCF5 is #6A330A. Grayscale: #C0C0C0. Windows color (decimal): -6959883 or 16108693. OLE color: 16108693.

HSL color Cylindrical-coordinate representation of color #95CCF5: hue angle of 205.62º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95CCF5 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149204245-
CMYK0.390.1700.04
HSL205.62º82.76%77.25%-
HSV(B)205.62º39.18%96.08%-
XYZ50.4756.1794.57-
YUV192.23157.7897.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.92%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 245 (96.09% from 255) = 40.97%
R=24.92%
G=34.11%
B=40.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492042450.390.1700.04205.6282.7677.25
Hex95CCF5271104ce534d
Octal225314365472104316123115
Binary1001010111001100111101011001111000101001100111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,245); }

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

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

 a { background-color: rgb(149,204,245); }

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

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

 span { border-color: rgb(149,204,245); }

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