Html Css Color HEX #93C5DB Cornflower

📋 copy color: '#93C5DB'

red 147 ◦ green 197 ◦ blue 219

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

Shades of Cornflower #93C5DB

Tints of Cornflower #93C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.99%

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 26.11%
G = 34.99%
B = 38.9%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93C5DB (or 0x93C5DB) is known color: Cornflower. HEX triplet: 93, C5 and DB. RGB value is (147,197,219). Sum of RGB (Red+Green+Blue) = 147+197+219=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #93C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C5DB is #6C3A24. Grayscale: #B8B8B8. Windows color (decimal): -7092773 or 14402963. OLE color: 14402963.

HSL color Cylindrical-coordinate representation of color #93C5DB: hue angle of 198.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C5DB is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 197 219 -
CMYK 0.33 0.10 0 0.14
HSL 198.33º 0.5% 0.72% -
HSV(B) 198.33º 0.33% 0.86% -
XYZ 44.79 51.25 74.55 -
YUV 184.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 147 197 219 0.33 0.10 0 0.14 198.33 0.5 0.72
Hex 93 C5 DB 21 A 0 E C6 32 48
Octal 223 305 333 41 12 0 16 306 62 110
Binary 10010011 11000101 11011011 100001 1010 0 1110 11000110 110010 1001000

Color Harmonies of #93C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C5DB

Black with #93C5DB

Text Example


Text Example

White with #93C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,197,219); }

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

background-color css

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

 a { background-color: rgb(147,197,219); }

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

border-color css

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

 span { border-color: rgb(147,197,219); }

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