#93CAFF

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

Shades of Light Sky Blue #93CAFF

Tints of Light Sky Blue #93CAFF

Color information

#93CAFF (or 0x93CAFF) is unknown color: approx Light Sky Blue. HEX triplet: 93, CA and FF. RGB value is (147,202,255). Sum of RGB (Red+Green+Blue) = 147+202+255=604 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.34% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #93CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CAFF is #6C3500. Grayscale: #BFBFBF. Windows color (decimal): -7091457 or 16763539. OLE color: 16763539.

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

Color convert

RGB147202255-
CMYK0.420.2100
HSL209.44º100%78.82%-
HSV(B)209.44º42.35%100%-
XYZ51.255.66102.65-
YUV191.6163.7896.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.34%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 255 (100% from 255) = 42.22%
R=24.34%
G=33.44%
B=42.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472022550.420.2100209.4410078.82
Hex93CAFF2A1500d1644f
Octal223312377522500321144117
Binary10010011110010101111111110101010101001101000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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