Html Css Color HEX #81CFFA Light Sky Blue

📋 copy color: '#81CFFA'

red 129 ◦ green 207 ◦ blue 250

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

Shades of Light Sky Blue #81CFFA

Tints of Light Sky Blue #81CFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.32%

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

R = 22.01%
G = 35.32%
B = 42.66%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81CFFA (or 0x81CFFA) is known color: Light Sky Blue. HEX triplet: 81, CF and FA. RGB value is (129,207,250). Sum of RGB (Red+Green+Blue) = 129+207+250=586 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.01% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #81CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFFA is #7E3005. Grayscale: #BCBCBC. Windows color (decimal): -8269830 or 16437121. OLE color: 16437121.

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

Color convert

RGB 129 207 250 -
CMYK 0.48 0.17 0 0.02
HSL 201.32º 0.92% 0.74% -
HSV(B) 201.32º 0.48% 0.98% -
XYZ 48.62 56.19 98.73 -
YUV 188.58 162.66 85.5 -
System Red Green Blue C M Y K H S L
Decimal 129 207 250 0.48 0.17 0 0.02 201.32 0.92 0.74
Hex 81 CF FA 30 11 0 2 C9 5C 4A
Octal 201 317 372 60 21 0 2 311 134 112
Binary 10000001 11001111 11111010 110000 10001 0 10 11001001 1011100 1001010

Color Harmonies of #81CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CFFA

Black with #81CFFA

Text Example


Text Example

White with #81CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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