Html Css Color HEX #81C5EF Sky Blue

📋 copy color: '#81C5EF'

red 129 ◦ green 197 ◦ blue 239

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

Shades of Sky Blue #81C5EF

Tints of Sky Blue #81C5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.87%

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

R = 22.83%
G = 34.87%
B = 42.3%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81C5EF (or 0x81C5EF) is known color: Sky Blue. HEX triplet: 81, C5 and EF. RGB value is (129,197,239). Sum of RGB (Red+Green+Blue) = 129+197+239=565 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.83% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #81C5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C5EF is #7E3A10. Grayscale: #B5B5B5. Windows color (decimal): -8272401 or 15713665. OLE color: 15713665.

HSL color Cylindrical-coordinate representation of color #81C5EF: hue angle of 202.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 #81C5EF is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 197 239 -
CMYK 0.46 0.18 0 0.06
HSL 202.91º 0.77% 0.72% -
HSV(B) 202.91º 0.46% 0.94% -
XYZ 44.6 50.83 89.12 -
YUV 181.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 129 197 239 0.46 0.18 0 0.06 202.91 0.77 0.72
Hex 81 C5 EF 2E 12 0 6 CB 4D 48
Octal 201 305 357 56 22 0 6 313 115 110
Binary 10000001 11000101 11101111 101110 10010 0 110 11001011 1001101 1001000

Color Harmonies of #81C5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C5EF

Black with #81C5EF

Text Example


Text Example

White with #81C5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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