Html Css Color HEX #93D4F7 Light Sky Blue

📋 copy color: '#93D4F7'

red 147 ◦ green 212 ◦ blue 247

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

Shades of Light Sky Blue #93D4F7

Tints of Light Sky Blue #93D4F7

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.98%

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

R = 24.26%
G = 34.98%
B = 40.76%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#93D4F7 (or 0x93D4F7) is known color: Light Sky Blue. HEX triplet: 93, D4 and F7. RGB value is (147,212,247). Sum of RGB (Red+Green+Blue) = 147+212+247=606 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.26% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #93D4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D4F7 is #6C2B08. Grayscale: #C4C4C4. Windows color (decimal): -7088905 or 16241811. OLE color: 16241811.

HSL color Cylindrical-coordinate representation of color #93D4F7: hue angle of 201º 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 #93D4F7 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 212 247 -
CMYK 0.40 0.14 0 0.03
HSL 201º 0.86% 0.77% -
HSV(B) 201º 0.4% 0.97% -
XYZ 52.36 60.01 96.82 -
YUV 196.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 147 212 247 0.40 0.14 0 0.03 201 0.86 0.77
Hex 93 D4 F7 28 E 0 3 C9 56 4D
Octal 223 324 367 50 16 0 3 311 126 115
Binary 10010011 11010100 11110111 101000 1110 0 11 11001001 1010110 1001101

Color Harmonies of #93D4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D4F7

Black with #93D4F7

Text Example


Text Example

White with #93D4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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