Html Css Color HEX #82CAEA Sky Blue

📋 copy color: '#82CAEA'

red 130 ◦ green 202 ◦ blue 234

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

Shades of Sky Blue #82CAEA

Tints of Sky Blue #82CAEA

RGB

 RED value IS 130 (51.17% from 255) = 22.97%

 GREEN value IS 202 (79.3% from 255) = 35.69%

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

R = 22.97%
G = 35.69%
B = 41.34%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#82CAEA (or 0x82CAEA) is known color: Sky Blue. HEX triplet: 82, CA and EA. RGB value is (130,202,234). Sum of RGB (Red+Green+Blue) = 130+202+234=566 (74% of max value = 765). Red value is 130 (51.17% from 255 or 22.97% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #82CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CAEA is #7D3515. Grayscale: #B7B7B7. Windows color (decimal): -8205590 or 15387266. OLE color: 15387266.

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

Color convert

RGB 130 202 234 -
CMYK 0.44 0.14 0 0.08
HSL 198.46º 0.71% 0.71% -
HSV(B) 198.46º 0.44% 0.92% -
XYZ 45.18 52.93 85.68 -
YUV 184.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 130 202 234 0.44 0.14 0 0.08 198.46 0.71 0.71
Hex 82 CA EA 2C E 0 8 C6 47 47
Octal 202 312 352 54 16 0 10 306 107 107
Binary 10000010 11001010 11101010 101100 1110 0 1000 11000110 1000111 1000111

Color Harmonies of #82CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CAEA

Black with #82CAEA

Text Example


Text Example

White with #82CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82CAEA; }

 p { color: rgb(130,202,234); }

 H1.HeaderClassName
 {
   color: #82CAEA;
 }
 .AnyTagClassName
 {
   color: #82CAEA;
 }
</style>

background-color css

<style>
 a { background-color: #82CAEA; }

 a { background-color: rgb(130,202,234); }

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

border-color css

<style>
 span { border-color: #82CAEA; }

 span { border-color: rgb(130,202,234); }

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