Html Css Color HEX #93BEE0 Cornflower

📋 copy color: '#93BEE0'

red 147 ◦ green 190 ◦ blue 224

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

Shades of Cornflower #93BEE0

Tints of Cornflower #93BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.87%

 BLUE value IS 224 (87.89% from 255) = 39.93%

R = 26.2%
G = 33.87%
B = 39.93%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#93BEE0 (or 0x93BEE0) is known color: Cornflower. HEX triplet: 93, BE and E0. RGB value is (147,190,224). Sum of RGB (Red+Green+Blue) = 147+190+224=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #93BEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEE0 is #6C411F. Grayscale: #B4B4B4. Windows color (decimal): -7094560 or 14728851. OLE color: 14728851.

HSL color Cylindrical-coordinate representation of color #93BEE0: hue angle of 206.49º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93BEE0 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 190 224 -
CMYK 0.34 0.15 0 0.12
HSL 206.49º 0.55% 0.73% -
HSV(B) 206.49º 0.34% 0.88% -
XYZ 43.9 48.41 77.55 -
YUV 181.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 147 190 224 0.34 0.15 0 0.12 206.49 0.55 0.73
Hex 93 BE E0 22 F 0 C CE 37 49
Octal 223 276 340 42 17 0 14 316 67 111
Binary 10010011 10111110 11100000 100010 1111 0 1100 11001110 110111 1001001

Color Harmonies of #93BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BEE0

Black with #93BEE0

Text Example


Text Example

White with #93BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,190,224); }

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

background-color css

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

 a { background-color: rgb(147,190,224); }

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

border-color css

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

 span { border-color: rgb(147,190,224); }

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