Html Css Color HEX #93BAE7 Cornflower

📋 copy color: '#93BAE7'

red 147 ◦ green 186 ◦ blue 231

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

Shades of Cornflower #93BAE7

Tints of Cornflower #93BAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.96%

R = 26.06%
G = 32.98%
B = 40.96%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#93BAE7 (or 0x93BAE7) is known color: Cornflower. HEX triplet: 93, BA and E7. RGB value is (147,186,231). Sum of RGB (Red+Green+Blue) = 147+186+231=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #93BAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAE7 is #6C4518. Grayscale: #B3B3B3. Windows color (decimal): -7095577 or 15186579. OLE color: 15186579.

HSL color Cylindrical-coordinate representation of color #93BAE7: hue angle of 212.14º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93BAE7 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 186 231 -
CMYK 0.36 0.19 0 0.09
HSL 212.14º 0.64% 0.74% -
HSV(B) 212.14º 0.36% 0.91% -
XYZ 44.02 47.09 82.37 -
YUV 179.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 147 186 231 0.36 0.19 0 0.09 212.14 0.64 0.74
Hex 93 BA E7 24 13 0 9 D4 40 4A
Octal 223 272 347 44 23 0 11 324 100 112
Binary 10010011 10111010 11100111 100100 10011 0 1001 11010100 1000000 1001010

Color Harmonies of #93BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BAE7

Black with #93BAE7

Text Example


Text Example

White with #93BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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