#93BEFD

Color #93BEFD Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #93BEFD

Tints of Light Sky Blue #93BEFD

Color information

#93BEFD (or 0x93BEFD) is unknown color: approx Light Sky Blue. HEX triplet: 93, BE and FD. RGB value is (147,190,253). Sum of RGB (Red+Green+Blue) = 147+190+253=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #93BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BEFD is #6C4102. Grayscale: #B8B8B8. Windows color (decimal): -7094531 or 16629395. OLE color: 16629395.

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

Color convert

RGB147190253-
CMYK0.420.2500.01
HSL215.66º96.36%78.43%-
HSV(B)215.66º41.9%99.22%-
XYZ48.1850.12100.06-
YUV184.32166.75101.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.92%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=24.92%
G=32.20%
B=42.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471902530.420.2500.01215.6696.3678.43
Hex93BEFD2A1901d8604e
Octal223276375523101330140116
Binary10010011101111101111110110101011001011101100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93BEFD;
 }
 .AnyTagClassName
 {
   color: #93BEFD;
 }
</style>
background-color css

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

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

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

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

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

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