Html Css Color HEX #93BFFE Light Sky Blue

📋 copy color: '#93BFFE'

red 147 ◦ green 191 ◦ blue 254

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

Shades of Light Sky Blue #93BFFE

Tints of Light Sky Blue #93BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 32.26%

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

R = 24.83%
G = 32.26%
B = 42.91%

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

#93BFFE (or 0x93BFFE) is known color: Light Sky Blue. HEX triplet: 93, BF and FE. RGB value is (147,191,254). Sum of RGB (Red+Green+Blue) = 147+191+254=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #93BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFFE is #6C4001. Grayscale: #B8B8B8. Windows color (decimal): -7094274 or 16695187. OLE color: 16695187.

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

Color convert

RGB 147 191 254 -
CMYK 0.42 0.25 0 0.00
HSL 215.33º 0.98% 0.79% -
HSV(B) 215.33º 0.42% 1% -
XYZ 48.55 50.62 100.98 -
YUV 185.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 147 191 254 0.42 0.25 0 0.00 215.33 0.98 0.79
Hex 93 BF FE 2A 19 0 0 D7 62 4F
Octal 223 277 376 52 31 0 0 327 142 117
Binary 10010011 10111111 11111110 101010 11001 0 0 11010111 1100010 1001111

Color Harmonies of #93BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFFE

Black with #93BFFE

Text Example


Text Example

White with #93BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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