Html Css Color HEX #93B8DF Cornflower

📋 copy color: '#93B8DF'

red 147 ◦ green 184 ◦ blue 223

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

Shades of Cornflower #93B8DF

Tints of Cornflower #93B8DF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.21%

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

R = 26.53%
G = 33.21%
B = 40.25%

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

#93B8DF (or 0x93B8DF) is known color: Cornflower. HEX triplet: 93, B8 and DF. RGB value is (147,184,223). Sum of RGB (Red+Green+Blue) = 147+184+223=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #93B8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8DF is #6C4720. Grayscale: #B1B1B1. Windows color (decimal): -7096097 or 14661779. OLE color: 14661779.

HSL color Cylindrical-coordinate representation of color #93B8DF: hue angle of 210.79º 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 #93B8DF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 184 223 -
CMYK 0.34 0.17 0 0.13
HSL 210.79º 0.54% 0.73% -
HSV(B) 210.79º 0.34% 0.87% -
XYZ 42.49 45.81 76.42 -
YUV 177.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 147 184 223 0.34 0.17 0 0.13 210.79 0.54 0.73
Hex 93 B8 DF 22 11 0 D D3 36 49
Octal 223 270 337 42 21 0 15 323 66 111
Binary 10010011 10111000 11011111 100010 10001 0 1101 11010011 110110 1001001

Color Harmonies of #93B8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B8DF

Black with #93B8DF

Text Example


Text Example

White with #93B8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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