Html Css Color HEX #93BADE Cornflower

📋 copy color: '#93BADE'

red 147 ◦ green 186 ◦ blue 222

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

Shades of Cornflower #93BADE

Tints of Cornflower #93BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 26.49%
G = 33.51%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93BADE (or 0x93BADE) is known color: Cornflower. HEX triplet: 93, BA and DE. RGB value is (147,186,222). Sum of RGB (Red+Green+Blue) = 147+186+222=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #93BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BADE is #6C4521. Grayscale: #B2B2B2. Windows color (decimal): -7095586 or 14596755. OLE color: 14596755.

HSL color Cylindrical-coordinate representation of color #93BADE: hue angle of 208.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93BADE is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 186 222 -
CMYK 0.34 0.16 0 0.13
HSL 208.8º 0.53% 0.72% -
HSV(B) 208.8º 0.34% 0.87% -
XYZ 42.78 46.59 75.85 -
YUV 178.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 147 186 222 0.34 0.16 0 0.13 208.8 0.53 0.72
Hex 93 BA DE 22 10 0 D D1 35 48
Octal 223 272 336 42 20 0 15 321 65 110
Binary 10010011 10111010 11011110 100010 10000 0 1101 11010001 110101 1001000

Color Harmonies of #93BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BADE

Black with #93BADE

Text Example


Text Example

White with #93BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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