#93CCF4

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

Shades of Cornflower #93CCF4

Tints of Cornflower #93CCF4

Color information

#93CCF4 (or 0x93CCF4) is unknown color: approx Cornflower. HEX triplet: 93, CC and F4. RGB value is (147,204,244). Sum of RGB (Red+Green+Blue) = 147+204+244=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 244 - color contains mainly: blue. Hex color #93CCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CCF4 is #6C330B. Grayscale: #BFBFBF. Windows color (decimal): -7090956 or 16043155. OLE color: 16043155.

HSL color Cylindrical-coordinate representation of color #93CCF4: hue angle of 204.74º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93CCF4 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147204244-
CMYK0.400.1600.04
HSL204.74º81.51%76.67%-
HSV(B)204.74º39.75%95.69%-
XYZ49.9555.9293.75-
YUV191.52157.6296.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.71%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 244 (95.70% from 255) = 41.01%
R=24.71%
G=34.29%
B=41.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472042440.400.1600.04204.7481.5176.67
Hex93CCF4281004cd524d
Octal223314364502004315122115
Binary1001001111001100111101001010001000001001100110110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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