Html Css Color HEX #93BAE9 Cornflower

📋 copy color: '#93BAE9'

red 147 ◦ green 186 ◦ blue 233

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

Shades of Cornflower #93BAE9

Tints of Cornflower #93BAE9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.86%

 BLUE value IS 233 (91.41% from 255) = 41.17%

R = 25.97%
G = 32.86%
B = 41.17%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#93BAE9 (or 0x93BAE9) is known color: Cornflower. HEX triplet: 93, BA and E9. RGB value is (147,186,233). Sum of RGB (Red+Green+Blue) = 147+186+233=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #93BAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAE9 is #6C4516. Grayscale: #B3B3B3. Windows color (decimal): -7095575 or 15317651. OLE color: 15317651.

HSL color Cylindrical-coordinate representation of color #93BAE9: hue angle of 212.79º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93BAE9 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 186 233 -
CMYK 0.37 0.20 0 0.09
HSL 212.79º 0.66% 0.75% -
HSV(B) 212.79º 0.37% 0.91% -
XYZ 44.3 47.2 83.87 -
YUV 179.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 147 186 233 0.37 0.20 0 0.09 212.79 0.66 0.75
Hex 93 BA E9 25 14 0 9 D5 42 4B
Octal 223 272 351 45 24 0 11 325 102 113
Binary 10010011 10111010 11101001 100101 10100 0 1001 11010101 1000010 1001011

Color Harmonies of #93BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BAE9

Black with #93BAE9

Text Example


Text Example

White with #93BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,186,233); }

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

background-color css

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

 a { background-color: rgb(147,186,233); }

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

border-color css

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

 span { border-color: rgb(147,186,233); }

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