Html Css Color HEX #93C0FE Light Sky Blue

📋 copy color: '#93C0FE'

red 147 ◦ green 192 ◦ blue 254

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

Shades of Light Sky Blue #93C0FE

Tints of Light Sky Blue #93C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.38%

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 24.79%
G = 32.38%
B = 42.83%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#93C0FE (or 0x93C0FE) is known color: Light Sky Blue. HEX triplet: 93, C0 and FE. RGB value is (147,192,254). Sum of RGB (Red+Green+Blue) = 147+192+254=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #93C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C0FE is #6C3F01. Grayscale: #B9B9B9. Windows color (decimal): -7094018 or 16695443. OLE color: 16695443.

HSL color Cylindrical-coordinate representation of color #93C0FE: hue angle of 214.77º 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 #93C0FE is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 192 254 -
CMYK 0.42 0.24 0 0.00
HSL 214.77º 0.98% 0.79% -
HSV(B) 214.77º 0.42% 1% -
XYZ 48.77 51.06 101.05 -
YUV 185.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 147 192 254 0.42 0.24 0 0.00 214.77 0.98 0.79
Hex 93 C0 FE 2A 18 0 0 D7 62 4F
Octal 223 300 376 52 30 0 0 327 142 117
Binary 10010011 11000000 11111110 101010 11000 0 0 11010111 1100010 1001111

Color Harmonies of #93C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C0FE

Black with #93C0FE

Text Example


Text Example

White with #93C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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