Html Css Color HEX #93BAEA Cornflower

📋 copy color: '#93BAEA'

red 147 ◦ green 186 ◦ blue 234

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

Shades of Cornflower #93BAEA

Tints of Cornflower #93BAEA

RGB

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

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

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

R = 25.93%
G = 32.8%
B = 41.27%

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

#93BAEA (or 0x93BAEA) is known color: Cornflower. HEX triplet: 93, BA and EA. RGB value is (147,186,234). Sum of RGB (Red+Green+Blue) = 147+186+234=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #93BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAEA is #6C4515. Grayscale: #B3B3B3. Windows color (decimal): -7095574 or 15383187. OLE color: 15383187.

HSL color Cylindrical-coordinate representation of color #93BAEA: hue angle of 213.1º 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 #93BAEA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 186 234 -
CMYK 0.37 0.21 0 0.08
HSL 213.1º 0.67% 0.75% -
HSV(B) 213.1º 0.37% 0.92% -
XYZ 44.44 47.26 84.62 -
YUV 179.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 147 186 234 0.37 0.21 0 0.08 213.1 0.67 0.75
Hex 93 BA EA 25 15 0 8 D5 43 4B
Octal 223 272 352 45 25 0 10 325 103 113
Binary 10010011 10111010 11101010 100101 10101 0 1000 11010101 1000011 1001011

Color Harmonies of #93BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BAEA

Black with #93BAEA

Text Example


Text Example

White with #93BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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