Html Css Color HEX #93B9EA Cornflower

📋 copy color: '#93B9EA'

red 147 ◦ green 185 ◦ blue 234

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

Shades of Cornflower #93B9EA

Tints of Cornflower #93B9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 25.97%
G = 32.69%
B = 41.34%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#93B9EA (or 0x93B9EA) is known color: Cornflower. HEX triplet: 93, B9 and EA. RGB value is (147,185,234). Sum of RGB (Red+Green+Blue) = 147+185+234=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #93B9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B9EA is #6C4615. Grayscale: #B2B2B2. Windows color (decimal): -7095830 or 15382931. OLE color: 15382931.

HSL color Cylindrical-coordinate representation of color #93B9EA: hue angle of 213.79º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93B9EA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 185 234 -
CMYK 0.37 0.21 0 0.08
HSL 213.79º 0.67% 0.75% -
HSV(B) 213.79º 0.37% 0.92% -
XYZ 44.23 46.84 84.55 -
YUV 179.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 147 185 234 0.37 0.21 0 0.08 213.79 0.67 0.75
Hex 93 B9 EA 25 15 0 8 D6 43 4B
Octal 223 271 352 45 25 0 10 326 103 113
Binary 10010011 10111001 11101010 100101 10101 0 1000 11010110 1000011 1001011

Color Harmonies of #93B9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B9EA

Black with #93B9EA

Text Example


Text Example

White with #93B9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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