Html Css Color HEX #93D9F7 Columbia Blue

📋 copy color: '#93D9F7'

red 147 ◦ green 217 ◦ blue 247

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

Shades of Columbia Blue #93D9F7

Tints of Columbia Blue #93D9F7

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.52%

 BLUE value IS 247 (96.88% from 255) = 40.43%

R = 24.06%
G = 35.52%
B = 40.43%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#93D9F7 (or 0x93D9F7) is known color: Columbia Blue. HEX triplet: 93, D9 and F7. RGB value is (147,217,247). Sum of RGB (Red+Green+Blue) = 147+217+247=611 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.06% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #93D9F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D9F7 is #6C2608. Grayscale: #C7C7C7. Windows color (decimal): -7087625 or 16243091. OLE color: 16243091.

HSL color Cylindrical-coordinate representation of color #93D9F7: hue angle of 198º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93D9F7 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 217 247 -
CMYK 0.40 0.12 0 0.03
HSL 198º 0.86% 0.77% -
HSV(B) 198º 0.4% 0.97% -
XYZ 53.63 62.54 97.24 -
YUV 199.49 154.81 90.56 -
System Red Green Blue C M Y K H S L
Decimal 147 217 247 0.40 0.12 0 0.03 198 0.86 0.77
Hex 93 D9 F7 28 C 0 3 C6 56 4D
Octal 223 331 367 50 14 0 3 306 126 115
Binary 10010011 11011001 11110111 101000 1100 0 11 11000110 1010110 1001101

Color Harmonies of #93D9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D9F7

Black with #93D9F7

Text Example


Text Example

White with #93D9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,217,247); }

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

background-color css

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

 a { background-color: rgb(147,217,247); }

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

border-color css

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

 span { border-color: rgb(147,217,247); }

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