Html Css Color HEX #81CFEA Sky Blue

📋 copy color: '#81CFEA'

red 129 ◦ green 207 ◦ blue 234

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

Shades of Sky Blue #81CFEA

Tints of Sky Blue #81CFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 22.63%
G = 36.32%
B = 41.05%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81CFEA (or 0x81CFEA) is known color: Sky Blue. HEX triplet: 81, CF and EA. RGB value is (129,207,234). Sum of RGB (Red+Green+Blue) = 129+207+234=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #81CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFEA is #7E3015. Grayscale: #BABABA. Windows color (decimal): -8269846 or 15388545. OLE color: 15388545.

HSL color Cylindrical-coordinate representation of color #81CFEA: hue angle of 195.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81CFEA is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 207 234 -
CMYK 0.45 0.12 0 0.08
HSL 195.43º 0.71% 0.71% -
HSV(B) 195.43º 0.45% 0.92% -
XYZ 46.22 55.23 86.07 -
YUV 186.76 154.66 86.8 -
System Red Green Blue C M Y K H S L
Decimal 129 207 234 0.45 0.12 0 0.08 195.43 0.71 0.71
Hex 81 CF EA 2D C 0 8 C3 47 47
Octal 201 317 352 55 14 0 10 303 107 107
Binary 10000001 11001111 11101010 101101 1100 0 1000 11000011 1000111 1000111

Color Harmonies of #81CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CFEA

Black with #81CFEA

Text Example


Text Example

White with #81CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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