Html Css Color HEX #81C7FA Light Sky Blue

📋 copy color: '#81C7FA'

red 129 ◦ green 199 ◦ blue 250

#81C7FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #81C7FA

Tints of Light Sky Blue #81C7FA

RGB

 RED value IS 129 (50.78% from 255) = 22.32%

 GREEN value IS 199 (78.13% from 255) = 34.43%

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 22.32%
G = 34.43%
B = 43.25%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81C7FA (or 0x81C7FA) is known color: Light Sky Blue. HEX triplet: 81, C7 and FA. RGB value is (129,199,250). Sum of RGB (Red+Green+Blue) = 129+199+250=578 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.32% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #81C7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C7FA is #7E3805. Grayscale: #B7B7B7. Windows color (decimal): -8271878 or 16435073. OLE color: 16435073.

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

Color convert

RGB 129 199 250 -
CMYK 0.48 0.20 0 0.02
HSL 205.29º 0.92% 0.74% -
HSV(B) 205.29º 0.48% 0.98% -
XYZ 46.73 52.42 98.1 -
YUV 183.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 129 199 250 0.48 0.20 0 0.02 205.29 0.92 0.74
Hex 81 C7 FA 30 14 0 2 CD 5C 4A
Octal 201 307 372 60 24 0 2 315 134 112
Binary 10000001 11000111 11111010 110000 10100 0 10 11001101 1011100 1001010

Color Harmonies of #81C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C7FA

Black with #81C7FA

Text Example


Text Example

White with #81C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81C7FA;
 }
 .AnyTagClassName
 {
   color: #81C7FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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