Html Css Color HEX #93D5F7 Columbia Blue

📋 copy color: '#93D5F7'

red 147 ◦ green 213 ◦ blue 247

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

Shades of Columbia Blue #93D5F7

Tints of Columbia Blue #93D5F7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.09%

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

R = 24.22%
G = 35.09%
B = 40.69%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#93D5F7 (or 0x93D5F7) is known color: Columbia Blue. HEX triplet: 93, D5 and F7. RGB value is (147,213,247). Sum of RGB (Red+Green+Blue) = 147+213+247=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #93D5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D5F7 is #6C2A08. Grayscale: #C4C4C4. Windows color (decimal): -7088649 or 16242067. OLE color: 16242067.

HSL color Cylindrical-coordinate representation of color #93D5F7: hue angle of 200.4º 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 #93D5F7 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 213 247 -
CMYK 0.40 0.14 0 0.03
HSL 200.4º 0.86% 0.77% -
HSV(B) 200.4º 0.4% 0.97% -
XYZ 52.62 60.51 96.9 -
YUV 197.14 156.13 92.24 -
System Red Green Blue C M Y K H S L
Decimal 147 213 247 0.40 0.14 0 0.03 200.4 0.86 0.77
Hex 93 D5 F7 28 E 0 3 C8 56 4D
Octal 223 325 367 50 16 0 3 310 126 115
Binary 10010011 11010101 11110111 101000 1110 0 11 11001000 1010110 1001101

Color Harmonies of #93D5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D5F7

Black with #93D5F7

Text Example


Text Example

White with #93D5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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