#93CCED

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

Shades of Cornflower #93CCED

Tints of Cornflower #93CCED

Color information

#93CCED (or 0x93CCED) is unknown color: approx Cornflower. HEX triplet: 93, CC and ED. RGB value is (147,204,237). Sum of RGB (Red+Green+Blue) = 147+204+237=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #93CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CCED is #6C3312. Grayscale: #BEBEBE. Windows color (decimal): -7090963 or 15584403. OLE color: 15584403.

HSL color Cylindrical-coordinate representation of color #93CCED: hue angle of 202º 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 #93CCED is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147204237-
CMYK0.380.1400.07
HSL202º71.43%75.29%-
HSV(B)202º37.97%92.94%-
XYZ48.9155.588.26-
YUV190.72154.1296.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=25%
G=34.69%
B=40.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472042370.380.1400.0720271.4375.29
Hex93CCED26E07ca474b
Octal223314355461607312107113
Binary100100111100110011101101100110111001111100101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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