Html Css Color HEX #93C0EC Cornflower

📋 copy color: '#93C0EC'

red 147 ◦ green 192 ◦ blue 236

#93C0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #93C0EC

Tints of Cornflower #93C0EC

RGB

 RED value IS 147 (57.81% from 255) = 25.57%

 GREEN value IS 192 (75.39% from 255) = 33.39%

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 25.57%
G = 33.39%
B = 41.04%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#93C0EC (or 0x93C0EC) is known color: Cornflower. HEX triplet: 93, C0 and EC. RGB value is (147,192,236). Sum of RGB (Red+Green+Blue) = 147+192+236=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #93C0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C0EC is #6C3F13. Grayscale: #B7B7B7. Windows color (decimal): -7094036 or 15515795. OLE color: 15515795.

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

Color convert

RGB 147 192 236 -
CMYK 0.38 0.19 0 0.07
HSL 209.66º 0.7% 0.75% -
HSV(B) 209.66º 0.38% 0.93% -
XYZ 46.02 49.96 86.57 -
YUV 183.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 147 192 236 0.38 0.19 0 0.07 209.66 0.7 0.75
Hex 93 C0 EC 26 13 0 7 D2 46 4B
Octal 223 300 354 46 23 0 7 322 106 113
Binary 10010011 11000000 11101100 100110 10011 0 111 11010010 1000110 1001011

Color Harmonies of #93C0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C0EC

Black with #93C0EC

Text Example


Text Example

White with #93C0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,192,236); }

 H1.HeaderClassName
 {
   color: #93C0EC;
 }
 .AnyTagClassName
 {
   color: #93C0EC;
 }
</style>

background-color css

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

 a { background-color: rgb(147,192,236); }

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

border-color css

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

 span { border-color: rgb(147,192,236); }

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