Html Css Color HEX #81CDEA Sky Blue

📋 copy color: '#81CDEA'

red 129 ◦ green 205 ◦ blue 234

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

Shades of Sky Blue #81CDEA

Tints of Sky Blue #81CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.09%

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

R = 22.71%
G = 36.09%
B = 41.2%

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

#81CDEA (or 0x81CDEA) is known color: Sky Blue. HEX triplet: 81, CD and EA. RGB value is (129,205,234). Sum of RGB (Red+Green+Blue) = 129+205+234=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #81CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CDEA is #7E3215. Grayscale: #B9B9B9. Windows color (decimal): -8270358 or 15388033. OLE color: 15388033.

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

Color convert

RGB 129 205 234 -
CMYK 0.45 0.12 0 0.08
HSL 196.57º 0.71% 0.71% -
HSV(B) 196.57º 0.45% 0.92% -
XYZ 45.74 54.27 85.91 -
YUV 185.58 155.32 87.64 -
System Red Green Blue C M Y K H S L
Decimal 129 205 234 0.45 0.12 0 0.08 196.57 0.71 0.71
Hex 81 CD EA 2D C 0 8 C5 47 47
Octal 201 315 352 55 14 0 10 305 107 107
Binary 10000001 11001101 11101010 101101 1100 0 1000 11000101 1000111 1000111

Color Harmonies of #81CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CDEA

Black with #81CDEA

Text Example


Text Example

White with #81CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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