#93BEFF

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

Shades of Light Sky Blue #93BEFF

Tints of Light Sky Blue #93BEFF

Color information

#93BEFF (or 0x93BEFF) is unknown color: approx Light Sky Blue. HEX triplet: 93, BE and FF. RGB value is (147,190,255). Sum of RGB (Red+Green+Blue) = 147+190+255=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #93BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BEFF is #6C4100. Grayscale: #B8B8B8. Windows color (decimal): -7094529 or 16760467. OLE color: 16760467.

HSL color Cylindrical-coordinate representation of color #93BEFF: hue angle of 216.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93BEFF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147190255-
CMYK0.420.2500
HSL216.11º100%78.82%-
HSV(B)216.11º42.35%100%-
XYZ48.550.25101.75-
YUV184.55167.75101.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.83%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 255 (100% from 255) = 43.07%
R=24.83%
G=32.09%
B=43.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471902550.420.2500216.1110078.82
Hex93BEFF2A1900d8644f
Octal223276377523100330144117
Binary10010011101111101111111110101011001001101100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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