Html Css Color HEX #93BFFF Light Sky Blue

📋 copy color: '#93BFFF'

red 147 ◦ green 191 ◦ blue 255

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

Shades of Light Sky Blue #93BFFF

Tints of Light Sky Blue #93BFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43%

R = 24.79%
G = 32.21%
B = 43%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#93BFFF (or 0x93BFFF) is known color: Light Sky Blue. HEX triplet: 93, BF and FF. RGB value is (147,191,255). Sum of RGB (Red+Green+Blue) = 147+191+255=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #93BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFFF is #6C4000. Grayscale: #B8B8B8. Windows color (decimal): -7094273 or 16760723. OLE color: 16760723.

HSL color Cylindrical-coordinate representation of color #93BFFF: hue angle of 215.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93BFFF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 147 191 255 -
CMYK 0.42 0.25 0 0
HSL 215.56º 1% 0.79% -
HSV(B) 215.56º 0.42% 1% -
XYZ 48.71 50.68 101.82 -
YUV 185.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 147 191 255 0.42 0.25 0 0 215.56 1 0.79
Hex 93 BF FF 2A 19 0 0 D8 64 4F
Octal 223 277 377 52 31 0 0 330 144 117
Binary 10010011 10111111 11111111 101010 11001 0 0 11011000 1100100 1001111

Color Harmonies of #93BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFFF

Black with #93BFFF

Text Example


Text Example

White with #93BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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