Html Css Color HEX #93BFFD Light Sky Blue

📋 copy color: '#93BFFD'

red 147 ◦ green 191 ◦ blue 253

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

Shades of Light Sky Blue #93BFFD

Tints of Light Sky Blue #93BFFD

RGB

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

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

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

R = 24.87%
G = 32.32%
B = 42.81%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93BFFD (or 0x93BFFD) is known color: Light Sky Blue. HEX triplet: 93, BF and FD. RGB value is (147,191,253). Sum of RGB (Red+Green+Blue) = 147+191+253=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #93BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFFD is #6C4002. Grayscale: #B8B8B8. Windows color (decimal): -7094275 or 16629651. OLE color: 16629651.

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

Color convert

RGB 147 191 253 -
CMYK 0.42 0.25 0 0.01
HSL 215.09º 0.96% 0.78% -
HSV(B) 215.09º 0.42% 0.99% -
XYZ 48.39 50.56 100.14 -
YUV 184.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 147 191 253 0.42 0.25 0 0.01 215.09 0.96 0.78
Hex 93 BF FD 2A 19 0 1 D7 60 4E
Octal 223 277 375 52 31 0 1 327 140 116
Binary 10010011 10111111 11111101 101010 11001 0 1 11010111 1100000 1001110

Color Harmonies of #93BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFFD

Black with #93BFFD

Text Example


Text Example

White with #93BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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