#93C9FD

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

Shades of Light Sky Blue #93C9FD

Tints of Light Sky Blue #93C9FD

Color information

#93C9FD (or 0x93C9FD) is unknown color: approx Light Sky Blue. HEX triplet: 93, C9 and FD. RGB value is (147,201,253). Sum of RGB (Red+Green+Blue) = 147+201+253=601 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.46% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #93C9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C9FD is #6C3602. Grayscale: #BEBEBE. Windows color (decimal): -7091715 or 16632211. OLE color: 16632211.

HSL color Cylindrical-coordinate representation of color #93C9FD: hue angle of 209.43º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93C9FD is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147201253-
CMYK0.420.2100.01
HSL209.43º96.36%78.43%-
HSV(B)209.43º41.9%99.22%-
XYZ50.6555.07100.89-
YUV190.78163.1196.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.46%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=24.46%
G=33.44%
B=42.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472012530.420.2100.01209.4396.3678.43
Hex93C9FD2A1501d1604e
Octal223311375522501321140116
Binary10010011110010011111110110101010101011101000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,201,253); }

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

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

 a { background-color: rgb(147,201,253); }

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

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

 span { border-color: rgb(147,201,253); }

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