Html Css Color HEX #93C2FD Light Sky Blue

📋 copy color: '#93C2FD'

red 147 ◦ green 194 ◦ blue 253

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

Shades of Light Sky Blue #93C2FD

Tints of Light Sky Blue #93C2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.66%

 BLUE value IS 253 (99.22% from 255) = 42.59%

R = 24.75%
G = 32.66%
B = 42.59%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93C2FD (or 0x93C2FD) is known color: Light Sky Blue. HEX triplet: 93, C2 and FD. RGB value is (147,194,253). Sum of RGB (Red+Green+Blue) = 147+194+253=594 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.75% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #93C2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C2FD is #6C3D02. Grayscale: #BABABA. Windows color (decimal): -7093507 or 16630419. OLE color: 16630419.

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

Color convert

RGB 147 194 253 -
CMYK 0.42 0.23 0 0.01
HSL 213.4º 0.96% 0.78% -
HSV(B) 213.4º 0.42% 0.99% -
XYZ 49.05 51.88 100.36 -
YUV 186.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 147 194 253 0.42 0.23 0 0.01 213.4 0.96 0.78
Hex 93 C2 FD 2A 17 0 1 D5 60 4E
Octal 223 302 375 52 27 0 1 325 140 116
Binary 10010011 11000010 11111101 101010 10111 0 1 11010101 1100000 1001110

Color Harmonies of #93C2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C2FD

Black with #93C2FD

Text Example


Text Example

White with #93C2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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