Html Css Color HEX #93B8FD Light Sky Blue

📋 copy color: '#93B8FD'

red 147 ◦ green 184 ◦ blue 253

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

Shades of Light Sky Blue #93B8FD

Tints of Light Sky Blue #93B8FD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.51%

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

R = 25.17%
G = 31.51%
B = 43.32%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93B8FD (or 0x93B8FD) is known color: Light Sky Blue. HEX triplet: 93, B8 and FD. RGB value is (147,184,253). Sum of RGB (Red+Green+Blue) = 147+184+253=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #93B8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B8FD is #6C4702. Grayscale: #B4B4B4. Windows color (decimal): -7096067 or 16627859. OLE color: 16627859.

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

Color convert

RGB 147 184 253 -
CMYK 0.42 0.27 0 0.01
HSL 219.06º 0.96% 0.78% -
HSV(B) 219.06º 0.42% 0.99% -
XYZ 46.9 47.58 99.64 -
YUV 180.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 147 184 253 0.42 0.27 0 0.01 219.06 0.96 0.78
Hex 93 B8 FD 2A 1B 0 1 DB 60 4E
Octal 223 270 375 52 33 0 1 333 140 116
Binary 10010011 10111000 11111101 101010 11011 0 1 11011011 1100000 1001110

Color Harmonies of #93B8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B8FD

Black with #93B8FD

Text Example


Text Example

White with #93B8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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