#81CDFA

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

Shades of Light Sky Blue #81CDFA

Tints of Light Sky Blue #81CDFA

Color information

#81CDFA (or 0x81CDFA) is unknown color: approx Light Sky Blue. HEX triplet: 81, CD and FA. RGB value is (129,205,250). Sum of RGB (Red+Green+Blue) = 129+205+250=584 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.09% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #81CDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CDFA is #7E3205. Grayscale: #BBBBBB. Windows color (decimal): -8270342 or 16436609. OLE color: 16436609.

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

Color convert

RGB129205250-
CMYK0.480.1800.02
HSL202.31º92.37%74.31%-
HSV(B)202.31º48.4%98.04%-
XYZ48.1455.2398.57-
YUV187.41163.3286.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.09%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=22.09%
G=35.10%
B=42.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292052500.480.1800.02202.3192.3774.31
Hex81CDFA301202ca5c4a
Octal201315372602202312134112
Binary100000011100110111111010110000100100101100101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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