#81C1EF

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

Shades of Light Sky Blue #81C1EF

Tints of Light Sky Blue #81C1EF

Color information

#81C1EF (or 0x81C1EF) is unknown color: approx Light Sky Blue. HEX triplet: 81, C1 and EF. RGB value is (129,193,239). Sum of RGB (Red+Green+Blue) = 129+193+239=561 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.99% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #81C1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C1EF is #7E3E10. Grayscale: #B2B2B2. Windows color (decimal): -8273425 or 15712641. OLE color: 15712641.

HSL color Cylindrical-coordinate representation of color #81C1EF: hue angle of 205.09º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81C1EF is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129193239-
CMYK0.460.1900.06
HSL205.09º77.46%72.16%-
HSV(B)205.09º46.03%93.73%-
XYZ43.749.0488.82-
YUV179.11161.892.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.99%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=22.99%
G=34.40%
B=42.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291932390.460.1900.06205.0977.4672.16
Hex81C1EF2E1306cd4d48
Octal201301357562306315115110
Binary1000000111000001111011111011101001101101100110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81C1EF; }

 p { color: rgb(129,193,239); }

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

<style>
 a { background-color: #81C1EF; }

 a { background-color: rgb(129,193,239); }

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

<style>
 span { border-color: #81C1EF; }

 span { border-color: rgb(129,193,239); }

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