Html Css Color HEX #93BFFC Light Sky Blue

📋 copy color: '#93BFFC'

red 147 ◦ green 191 ◦ blue 252

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

Shades of Light Sky Blue #93BFFC

Tints of Light Sky Blue #93BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 24.92%
G = 32.37%
B = 42.71%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93BFFC (or 0x93BFFC) is known color: Light Sky Blue. HEX triplet: 93, BF and FC. RGB value is (147,191,252). Sum of RGB (Red+Green+Blue) = 147+191+252=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #93BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFFC is #6C4003. Grayscale: #B8B8B8. Windows color (decimal): -7094276 or 16564115. OLE color: 16564115.

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

Color convert

RGB 147 191 252 -
CMYK 0.42 0.24 0 0.01
HSL 214.86º 0.95% 0.78% -
HSV(B) 214.86º 0.42% 0.99% -
XYZ 48.23 50.49 99.3 -
YUV 184.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 147 191 252 0.42 0.24 0 0.01 214.86 0.95 0.78
Hex 93 BF FC 2A 18 0 1 D7 5F 4E
Octal 223 277 374 52 30 0 1 327 137 116
Binary 10010011 10111111 11111100 101010 11000 0 1 11010111 1011111 1001110

Color Harmonies of #93BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFFC

Black with #93BFFC

Text Example


Text Example

White with #93BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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