Html Css Color HEX #93BDFB Light Sky Blue

📋 copy color: '#93BDFB'

red 147 ◦ green 189 ◦ blue 251

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

Shades of Light Sky Blue #93BDFB

Tints of Light Sky Blue #93BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.2%

 BLUE value IS 251 (98.44% from 255) = 42.76%

R = 25.04%
G = 32.2%
B = 42.76%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93BDFB (or 0x93BDFB) is known color: Light Sky Blue. HEX triplet: 93, BD and FB. RGB value is (147,189,251). Sum of RGB (Red+Green+Blue) = 147+189+251=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #93BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDFB is #6C4204. Grayscale: #B7B7B7. Windows color (decimal): -7094789 or 16498067. OLE color: 16498067.

HSL color Cylindrical-coordinate representation of color #93BDFB: hue angle of 215.77º degrees, saturation: 0.93, 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 #93BDFB is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 189 251 -
CMYK 0.41 0.25 0 0.02
HSL 215.77º 0.93% 0.78% -
HSV(B) 215.77º 0.41% 0.98% -
XYZ 47.64 49.56 98.32 -
YUV 183.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 147 189 251 0.41 0.25 0 0.02 215.77 0.93 0.78
Hex 93 BD FB 29 19 0 2 D8 5D 4E
Octal 223 275 373 51 31 0 2 330 135 116
Binary 10010011 10111101 11111011 101001 11001 0 10 11011000 1011101 1001110

Color Harmonies of #93BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BDFB

Black with #93BDFB

Text Example


Text Example

White with #93BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,189,251); }

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

background-color css

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

 a { background-color: rgb(147,189,251); }

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

border-color css

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

 span { border-color: rgb(147,189,251); }

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