Html Css Color HEX #93B9DC Cornflower

📋 copy color: '#93B9DC'

red 147 ◦ green 185 ◦ blue 220

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

Shades of Cornflower #93B9DC

Tints of Cornflower #93B9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.51%

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

R = 26.63%
G = 33.51%
B = 39.86%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93B9DC (or 0x93B9DC) is known color: Cornflower. HEX triplet: 93, B9 and DC. RGB value is (147,185,220). Sum of RGB (Red+Green+Blue) = 147+185+220=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #93B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B9DC is #6C4623. Grayscale: #B1B1B1. Windows color (decimal): -7095844 or 14465427. OLE color: 14465427.

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

Color convert

RGB 147 185 220 -
CMYK 0.33 0.16 0 0.14
HSL 208.77º 0.51% 0.72% -
HSV(B) 208.77º 0.33% 0.86% -
XYZ 42.3 46.07 74.37 -
YUV 177.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 147 185 220 0.33 0.16 0 0.14 208.77 0.51 0.72
Hex 93 B9 DC 21 10 0 E D1 33 48
Octal 223 271 334 41 20 0 16 321 63 110
Binary 10010011 10111001 11011100 100001 10000 0 1110 11010001 110011 1001000

Color Harmonies of #93B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B9DC

Black with #93B9DC

Text Example


Text Example

White with #93B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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