#81C4FA

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

Shades of Light Sky Blue #81C4FA

Tints of Light Sky Blue #81C4FA

Color information

#81C4FA (or 0x81C4FA) is unknown color: approx Light Sky Blue. HEX triplet: 81, C4 and FA. RGB value is (129,196,250). Sum of RGB (Red+Green+Blue) = 129+196+250=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #81C4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C4FA is #7E3B05. Grayscale: #B5B5B5. Windows color (decimal): -8272646 or 16434305. OLE color: 16434305.

HSL color Cylindrical-coordinate representation of color #81C4FA: hue angle of 206.78º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81C4FA is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129196250-
CMYK0.480.2200.02
HSL206.78º92.37%74.31%-
HSV(B)206.78º48.4%98.04%-
XYZ46.0551.0597.87-
YUV182.12166.390.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.43%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=22.43%
G=34.09%
B=43.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291962500.480.2200.02206.7892.3774.31
Hex81C4FA301602cf5c4a
Octal201304372602602317134112
Binary100000011100010011111010110000101100101100111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,196,250); }

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

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

 a { background-color: rgb(129,196,250); }

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

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

 span { border-color: rgb(129,196,250); }

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