Html Css Color HEX #82C7EA Sky Blue

📋 copy color: '#82C7EA'

red 130 ◦ green 199 ◦ blue 234

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

Shades of Sky Blue #82C7EA

Tints of Sky Blue #82C7EA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.35%

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

R = 23.09%
G = 35.35%
B = 41.56%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#82C7EA (or 0x82C7EA) is known color: Sky Blue. HEX triplet: 82, C7 and EA. RGB value is (130,199,234). Sum of RGB (Red+Green+Blue) = 130+199+234=563 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.09% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #82C7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C7EA is #7D3815. Grayscale: #B6B6B6. Windows color (decimal): -8206358 or 15386498. OLE color: 15386498.

HSL color Cylindrical-coordinate representation of color #82C7EA: hue angle of 200.19º 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 #82C7EA is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 199 234 -
CMYK 0.44 0.15 0 0.08
HSL 200.19º 0.71% 0.71% -
HSV(B) 200.19º 0.44% 0.92% -
XYZ 44.48 51.53 85.44 -
YUV 182.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 130 199 234 0.44 0.15 0 0.08 200.19 0.71 0.71
Hex 82 C7 EA 2C F 0 8 C8 47 47
Octal 202 307 352 54 17 0 10 310 107 107
Binary 10000010 11000111 11101010 101100 1111 0 1000 11001000 1000111 1000111

Color Harmonies of #82C7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C7EA

Black with #82C7EA

Text Example


Text Example

White with #82C7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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