Html Css Color HEX #93B9DF Cornflower

📋 copy color: '#93B9DF'

red 147 ◦ green 185 ◦ blue 223

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

Shades of Cornflower #93B9DF

Tints of Cornflower #93B9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 26.49%
G = 33.33%
B = 40.18%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93B9DF (or 0x93B9DF) is known color: Cornflower. HEX triplet: 93, B9 and DF. RGB value is (147,185,223). Sum of RGB (Red+Green+Blue) = 147+185+223=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #93B9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B9DF is #6C4620. Grayscale: #B1B1B1. Windows color (decimal): -7095841 or 14662035. OLE color: 14662035.

HSL color Cylindrical-coordinate representation of color #93B9DF: hue angle of 210º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93B9DF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 185 223 -
CMYK 0.34 0.17 0 0.13
HSL 210º 0.54% 0.73% -
HSV(B) 210º 0.34% 0.87% -
XYZ 42.7 46.23 76.48 -
YUV 177.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 147 185 223 0.34 0.17 0 0.13 210 0.54 0.73
Hex 93 B9 DF 22 11 0 D D2 36 49
Octal 223 271 337 42 21 0 15 322 66 111
Binary 10010011 10111001 11011111 100010 10001 0 1101 11010010 110110 1001001

Color Harmonies of #93B9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B9DF

Black with #93B9DF

Text Example


Text Example

White with #93B9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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