#93D0FE

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

Shades of Light Sky Blue #93D0FE

Tints of Light Sky Blue #93D0FE

Color information

#93D0FE (or 0x93D0FE) is unknown color: approx Light Sky Blue. HEX triplet: 93, D0 and FE. RGB value is (147,208,254). Sum of RGB (Red+Green+Blue) = 147+208+254=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #93D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D0FE is #6C2F01. Grayscale: #C2C2C2. Windows color (decimal): -7089922 or 16699539. OLE color: 16699539.

HSL color Cylindrical-coordinate representation of color #93D0FE: hue angle of 205.79º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93D0FE is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB147208254-
CMYK0.420.1800.00
HSL205.79º98.17%78.63%-
HSV(B)205.79º42.13%99.61%-
XYZ52.4858.47102.29-
YUV195161.2993.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.14%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=24.14%
G=34.15%
B=41.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472082540.420.1800.00205.7998.1778.63
Hex93D0FE2A1200ce624f
Octal223320376522200316142117
Binary10010011110100001111111010101010010001100111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,208,254); }

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

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

 a { background-color: rgb(147,208,254); }

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

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

 span { border-color: rgb(147,208,254); }

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