#95CCF0

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

Shades of Cornflower #95CCF0

Tints of Cornflower #95CCF0

Color information

#95CCF0 (or 0x95CCF0) is unknown color: approx Cornflower. HEX triplet: 95, CC and F0. RGB value is (149,204,240). Sum of RGB (Red+Green+Blue) = 149+204+240=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #95CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CCF0 is #6A330F. Grayscale: #BFBFBF. Windows color (decimal): -6959888 or 15781013. OLE color: 15781013.

HSL color Cylindrical-coordinate representation of color #95CCF0: hue angle of 203.74º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95CCF0 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149204240-
CMYK0.380.1500.06
HSL203.74º75.21%76.27%-
HSV(B)203.74º37.92%94.12%-
XYZ49.7255.8790.6-
YUV191.66155.2897.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.13%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 240 (94.14% from 255) = 40.47%
R=25.13%
G=34.40%
B=40.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492042400.380.1500.06203.7475.2176.27
Hex95CCF026F06cc4b4c
Octal225314360461706314113114
Binary100101011100110011110000100110111101101100110010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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