Html Css Color HEX #81D0EF Sky Blue

📋 copy color: '#81D0EF'

red 129 ◦ green 208 ◦ blue 239

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

Shades of Sky Blue #81D0EF

Tints of Sky Blue #81D0EF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

 BLUE value IS 239 (93.75% from 255) = 41.49%

R = 22.4%
G = 36.11%
B = 41.49%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81D0EF (or 0x81D0EF) is known color: Sky Blue. HEX triplet: 81, D0 and EF. RGB value is (129,208,239). Sum of RGB (Red+Green+Blue) = 129+208+239=576 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.40% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #81D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D0EF is #7E2F10. Grayscale: #BBBBBB. Windows color (decimal): -8269585 or 15716481. OLE color: 15716481.

HSL color Cylindrical-coordinate representation of color #81D0EF: hue angle of 196.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81D0EF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 208 239 -
CMYK 0.46 0.13 0 0.06
HSL 196.91º 0.77% 0.72% -
HSV(B) 196.91º 0.46% 0.94% -
XYZ 47.19 56.01 89.99 -
YUV 187.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 129 208 239 0.46 0.13 0 0.06 196.91 0.77 0.72
Hex 81 D0 EF 2E D 0 6 C5 4D 48
Octal 201 320 357 56 15 0 6 305 115 110
Binary 10000001 11010000 11101111 101110 1101 0 110 11000101 1001101 1001000

Color Harmonies of #81D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D0EF

Black with #81D0EF

Text Example


Text Example

White with #81D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,208,239); }

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

background-color css

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

 a { background-color: rgb(129,208,239); }

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

border-color css

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

 span { border-color: rgb(129,208,239); }

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