Html Css Color HEX #93CDF7 Light Sky Blue

📋 copy color: '#93CDF7'

red 147 ◦ green 205 ◦ blue 247

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

Shades of Light Sky Blue #93CDF7

Tints of Light Sky Blue #93CDF7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.22%

 BLUE value IS 247 (96.88% from 255) = 41.24%

R = 24.54%
G = 34.22%
B = 41.24%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#93CDF7 (or 0x93CDF7) is known color: Light Sky Blue. HEX triplet: 93, CD and F7. RGB value is (147,205,247). Sum of RGB (Red+Green+Blue) = 147+205+247=599 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.54% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #93CDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CDF7 is #6C3208. Grayscale: #C0C0C0. Windows color (decimal): -7090697 or 16240019. OLE color: 16240019.

HSL color Cylindrical-coordinate representation of color #93CDF7: hue angle of 205.2º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93CDF7 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 205 247 -
CMYK 0.40 0.17 0 0.03
HSL 205.2º 0.86% 0.77% -
HSV(B) 205.2º 0.4% 0.97% -
XYZ 50.65 56.58 96.25 -
YUV 192.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 147 205 247 0.40 0.17 0 0.03 205.2 0.86 0.77
Hex 93 CD F7 28 11 0 3 CD 56 4D
Octal 223 315 367 50 21 0 3 315 126 115
Binary 10010011 11001101 11110111 101000 10001 0 11 11001101 1010110 1001101

Color Harmonies of #93CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CDF7

Black with #93CDF7

Text Example


Text Example

White with #93CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,205,247); }

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

background-color css

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

 a { background-color: rgb(147,205,247); }

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

border-color css

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

 span { border-color: rgb(147,205,247); }

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