#81CFF9

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

Shades of Light Sky Blue #81CFF9

Tints of Light Sky Blue #81CFF9

Color information

#81CFF9 (or 0x81CFF9) is unknown color: approx Light Sky Blue. HEX triplet: 81, CF and F9. RGB value is (129,207,249). Sum of RGB (Red+Green+Blue) = 129+207+249=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #81CFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFF9 is #7E3006. Grayscale: #BCBCBC. Windows color (decimal): -8269831 or 16371585. OLE color: 16371585.

HSL color Cylindrical-coordinate representation of color #81CFF9: hue angle of 201º degrees, saturation: 0.91, 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 #81CFF9 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129207249-
CMYK0.480.1700.02
HSL201º90.91%74.12%-
HSV(B)201º48.19%97.65%-
XYZ48.4656.1397.9-
YUV188.47162.1685.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.05%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=22.05%
G=35.38%
B=42.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292072490.480.1700.0220190.9174.12
Hex81CFF9301102c95b4a
Octal201317371602102311133112
Binary100000011100111111111001110000100010101100100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,207,249); }

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

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

 a { background-color: rgb(129,207,249); }

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

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

 span { border-color: rgb(129,207,249); }

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