Html Css Color HEX #93BFFA Light Sky Blue

📋 copy color: '#93BFFA'

red 147 ◦ green 191 ◦ blue 250

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

Shades of Light Sky Blue #93BFFA

Tints of Light Sky Blue #93BFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.52%

R = 25%
G = 32.48%
B = 42.52%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93BFFA (or 0x93BFFA) is known color: Light Sky Blue. HEX triplet: 93, BF and FA. RGB value is (147,191,250). Sum of RGB (Red+Green+Blue) = 147+191+250=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #93BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFFA is #6C4005. Grayscale: #B8B8B8. Windows color (decimal): -7094278 or 16433043. OLE color: 16433043.

HSL color Cylindrical-coordinate representation of color #93BFFA: hue angle of 214.37º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93BFFA is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 191 250 -
CMYK 0.41 0.24 0 0.02
HSL 214.37º 0.91% 0.78% -
HSV(B) 214.37º 0.41% 0.98% -
XYZ 47.92 50.37 97.64 -
YUV 184.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 147 191 250 0.41 0.24 0 0.02 214.37 0.91 0.78
Hex 93 BF FA 29 18 0 2 D6 5B 4E
Octal 223 277 372 51 30 0 2 326 133 116
Binary 10010011 10111111 11111010 101001 11000 0 10 11010110 1011011 1001110

Color Harmonies of #93BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFFA

Black with #93BFFA

Text Example


Text Example

White with #93BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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