Html Css Color HEX #81DEFD Light Sky Blue

📋 copy color: '#81DEFD'

red 129 ◦ green 222 ◦ blue 253

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

Shades of Light Sky Blue #81DEFD

Tints of Light Sky Blue #81DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.75%

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

R = 21.36%
G = 36.75%
B = 41.89%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81DEFD (or 0x81DEFD) is known color: Light Sky Blue. HEX triplet: 81, DE and FD. RGB value is (129,222,253). Sum of RGB (Red+Green+Blue) = 129+222+253=604 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.36% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #81DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEFD is #7E2102. Grayscale: #C5C5C5. Windows color (decimal): -8265987 or 16637569. OLE color: 16637569.

HSL color Cylindrical-coordinate representation of color #81DEFD: hue angle of 195º 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 #81DEFD is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 222 253 -
CMYK 0.49 0.12 0 0.01
HSL 195º 0.97% 0.75% -
HSV(B) 195º 0.49% 0.99% -
XYZ 52.9 64 102.49 -
YUV 197.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 129 222 253 0.49 0.12 0 0.01 195 0.97 0.75
Hex 81 DE FD 31 C 0 1 C3 61 4B
Octal 201 336 375 61 14 0 1 303 141 113
Binary 10000001 11011110 11111101 110001 1100 0 1 11000011 1100001 1001011

Color Harmonies of #81DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DEFD

Black with #81DEFD

Text Example


Text Example

White with #81DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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