Html Css Color HEX #93C6DC Cornflower

📋 copy color: '#93C6DC'

red 147 ◦ green 198 ◦ blue 220

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

Shades of Cornflower #93C6DC

Tints of Cornflower #93C6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.04%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 26.02%
G = 35.04%
B = 38.94%

CMYK

 C value IS 0.33

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93C6DC (or 0x93C6DC) is known color: Cornflower. HEX triplet: 93, C6 and DC. RGB value is (147,198,220). Sum of RGB (Red+Green+Blue) = 147+198+220=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #93C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C6DC is #6C3923. Grayscale: #B9B9B9. Windows color (decimal): -7092516 or 14468755. OLE color: 14468755.

HSL color Cylindrical-coordinate representation of color #93C6DC: hue angle of 198.08º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C6DC is Cyan = 0.33, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 198 220 -
CMYK 0.33 0.1 0 0.14
HSL 198.08º 0.51% 0.72% -
HSV(B) 198.08º 0.33% 0.86% -
XYZ 45.14 51.76 75.32 -
YUV 185.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 147 198 220 0.33 0.1 0 0.14 198.08 0.51 0.72
Hex 93 C6 DC 21 A 0 E C6 33 48
Octal 223 306 334 41 12 0 16 306 63 110
Binary 10010011 11000110 11011100 100001 1010 0 1110 11000110 110011 1001000

Color Harmonies of #93C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C6DC

Black with #93C6DC

Text Example


Text Example

White with #93C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,198,220); }

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

background-color css

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

 a { background-color: rgb(147,198,220); }

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

border-color css

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

 span { border-color: rgb(147,198,220); }

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