Html Css Color HEX #93E0F6 Columbia Blue

📋 copy color: '#93E0F6'

red 147 ◦ green 224 ◦ blue 246

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

Shades of Columbia Blue #93E0F6

Tints of Columbia Blue #93E0F6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.3%

 BLUE value IS 246 (96.48% from 255) = 39.87%

R = 23.82%
G = 36.3%
B = 39.87%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#93E0F6 (or 0x93E0F6) is known color: Columbia Blue. HEX triplet: 93, E0 and F6. RGB value is (147,224,246). Sum of RGB (Red+Green+Blue) = 147+224+246=617 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.82% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #93E0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E0F6 is #6C1F09. Grayscale: #CBCBCB. Windows color (decimal): -7085834 or 16179347. OLE color: 16179347.

HSL color Cylindrical-coordinate representation of color #93E0F6: hue angle of 193.33º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93E0F6 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 224 246 -
CMYK 0.40 0.09 0 0.04
HSL 193.33º 0.85% 0.77% -
HSV(B) 193.33º 0.4% 0.96% -
XYZ 55.32 66.17 97.04 -
YUV 203.49 151.99 87.71 -
System Red Green Blue C M Y K H S L
Decimal 147 224 246 0.40 0.09 0 0.04 193.33 0.85 0.77
Hex 93 E0 F6 28 9 0 4 C1 55 4D
Octal 223 340 366 50 11 0 4 301 125 115
Binary 10010011 11100000 11110110 101000 1001 0 100 11000001 1010101 1001101

Color Harmonies of #93E0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E0F6

Black with #93E0F6

Text Example


Text Example

White with #93E0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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