#93CFED

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

Shades of Cornflower #93CFED

Tints of Cornflower #93CFED

Color information

#93CFED (or 0x93CFED) is unknown color: approx Cornflower. HEX triplet: 93, CF and ED. RGB value is (147,207,237). Sum of RGB (Red+Green+Blue) = 147+207+237=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #93CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CFED is #6C3012. Grayscale: #C0C0C0. Windows color (decimal): -7090195 or 15585171. OLE color: 15585171.

HSL color Cylindrical-coordinate representation of color #93CFED: hue angle of 200º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93CFED is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147207237-
CMYK0.380.1300.07
HSL200º71.43%75.29%-
HSV(B)200º37.97%92.94%-
XYZ49.6356.9488.5-
YUV192.48153.1295.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.87%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=24.87%
G=35.03%
B=40.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472072370.380.1300.0720071.4375.29
Hex93CFED26D07c8474b
Octal223317355461507310107113
Binary100100111100111111101101100110110101111100100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CFED; }

 p { color: rgb(147,207,237); }

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

<style>
 a { background-color: #93CFED; }

 a { background-color: rgb(147,207,237); }

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

<style>
 span { border-color: #93CFED; }

 span { border-color: rgb(147,207,237); }

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