Html Css Color HEX #93BFF6 Light Sky Blue

📋 copy color: '#93BFF6'

red 147 ◦ green 191 ◦ blue 246

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

Shades of Light Sky Blue #93BFF6

Tints of Light Sky Blue #93BFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.12%

R = 25.17%
G = 32.71%
B = 42.12%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#93BFF6 (or 0x93BFF6) is known color: Light Sky Blue. HEX triplet: 93, BF and F6. RGB value is (147,191,246). Sum of RGB (Red+Green+Blue) = 147+191+246=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #93BFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFF6 is #6C4009. Grayscale: #B7B7B7. Windows color (decimal): -7094282 or 16170899. OLE color: 16170899.

HSL color Cylindrical-coordinate representation of color #93BFF6: hue angle of 213.33º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93BFF6 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 191 246 -
CMYK 0.40 0.22 0 0.04
HSL 213.33º 0.85% 0.77% -
HSV(B) 213.33º 0.4% 0.96% -
XYZ 47.3 50.12 94.37 -
YUV 184.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 147 191 246 0.40 0.22 0 0.04 213.33 0.85 0.77
Hex 93 BF F6 28 16 0 4 D5 55 4D
Octal 223 277 366 50 26 0 4 325 125 115
Binary 10010011 10111111 11110110 101000 10110 0 100 11010101 1010101 1001101

Color Harmonies of #93BFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFF6

Black with #93BFF6

Text Example


Text Example

White with #93BFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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