Html Css Color HEX #81CFFD Light Sky Blue

📋 copy color: '#81CFFD'

red 129 ◦ green 207 ◦ blue 253

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

Shades of Light Sky Blue #81CFFD

Tints of Light Sky Blue #81CFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.95%

R = 21.9%
G = 35.14%
B = 42.95%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81CFFD (or 0x81CFFD) is known color: Light Sky Blue. HEX triplet: 81, CF and FD. RGB value is (129,207,253). Sum of RGB (Red+Green+Blue) = 129+207+253=589 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.90% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #81CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFFD is #7E3002. Grayscale: #BCBCBC. Windows color (decimal): -8269827 or 16633729. OLE color: 16633729.

HSL color Cylindrical-coordinate representation of color #81CFFD: hue angle of 202.26º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81CFFD is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 207 253 -
CMYK 0.49 0.18 0 0.01
HSL 202.26º 0.97% 0.75% -
HSV(B) 202.26º 0.49% 0.99% -
XYZ 49.1 56.38 101.22 -
YUV 188.92 164.16 85.26 -
System Red Green Blue C M Y K H S L
Decimal 129 207 253 0.49 0.18 0 0.01 202.26 0.97 0.75
Hex 81 CF FD 31 12 0 1 CA 61 4B
Octal 201 317 375 61 22 0 1 312 141 113
Binary 10000001 11001111 11111101 110001 10010 0 1 11001010 1100001 1001011

Color Harmonies of #81CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CFFD

Black with #81CFFD

Text Example


Text Example

White with #81CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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