Html Css Color HEX #93BEFE Light Sky Blue

📋 copy color: '#93BEFE'

red 147 ◦ green 190 ◦ blue 254

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

Shades of Light Sky Blue #93BEFE

Tints of Light Sky Blue #93BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.15%

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

R = 24.87%
G = 32.15%
B = 42.98%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#93BEFE (or 0x93BEFE) is known color: Light Sky Blue. HEX triplet: 93, BE and FE. RGB value is (147,190,254). Sum of RGB (Red+Green+Blue) = 147+190+254=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #93BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BEFE is #6C4101. Grayscale: #B8B8B8. Windows color (decimal): -7094530 or 16694931. OLE color: 16694931.

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

Color convert

RGB 147 190 254 -
CMYK 0.42 0.25 0 0.00
HSL 215.89º 0.98% 0.79% -
HSV(B) 215.89º 0.42% 1% -
XYZ 48.34 50.19 100.91 -
YUV 184.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 147 190 254 0.42 0.25 0 0.00 215.89 0.98 0.79
Hex 93 BE FE 2A 19 0 0 D8 62 4F
Octal 223 276 376 52 31 0 0 330 142 117
Binary 10010011 10111110 11111110 101010 11001 0 0 11011000 1100010 1001111

Color Harmonies of #93BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BEFE

Black with #93BEFE

Text Example


Text Example

White with #93BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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