#93D5F8

Color #93D5F8 Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #93D5F8

Tints of Columbia Blue #93D5F8

Color information

#93D5F8 (or 0x93D5F8) is unknown color: approx Columbia Blue. HEX triplet: 93, D5 and F8. RGB value is (147,213,248). Sum of RGB (Red+Green+Blue) = 147+213+248=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #93D5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D5F8 is #6C2A07. Grayscale: #C5C5C5. Windows color (decimal): -7088648 or 16307603. OLE color: 16307603.

HSL color Cylindrical-coordinate representation of color #93D5F8: hue angle of 200.79º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93D5F8 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147213248-
CMYK0.410.1400.03
HSL200.79º87.83%77.45%-
HSV(B)200.79º40.73%97.25%-
XYZ52.7760.5797.72-
YUV197.26156.6392.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.18%
GREEN value IS 213 (83.59% from 255) = 35.03%
BLUE value IS 248 (97.27% from 255) = 40.79%
R=24.18%
G=35.03%
B=40.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472132480.410.1400.03200.7987.8377.45
Hex93D5F829E03c9584d
Octal223325370511603311130115
Binary10010011110101011111100010100111100111100100110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93D5F8;
 }
 .AnyTagClassName
 {
   color: #93D5F8;
 }
</style>
background-color css

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

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

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

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

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

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