Html Css Color HEX #82C8EB Sky Blue

📋 copy color: '#82C8EB'

red 130 ◦ green 200 ◦ blue 235

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

Shades of Sky Blue #82C8EB

Tints of Sky Blue #82C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.4%

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 23.01%
G = 35.4%
B = 41.59%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#82C8EB (or 0x82C8EB) is known color: Sky Blue. HEX triplet: 82, C8 and EB. RGB value is (130,200,235). Sum of RGB (Red+Green+Blue) = 130+200+235=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #82C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C8EB is #7D3714. Grayscale: #B6B6B6. Windows color (decimal): -8206101 or 15452290. OLE color: 15452290.

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

Color convert

RGB 130 200 235 -
CMYK 0.45 0.15 0 0.08
HSL 200º 0.72% 0.72% -
HSV(B) 200º 0.45% 0.92% -
XYZ 44.86 52.05 86.28 -
YUV 183.06 157.31 90.15 -
System Red Green Blue C M Y K H S L
Decimal 130 200 235 0.45 0.15 0 0.08 200 0.72 0.72
Hex 82 C8 EB 2D F 0 8 C8 48 48
Octal 202 310 353 55 17 0 10 310 110 110
Binary 10000010 11001000 11101011 101101 1111 0 1000 11001000 1001000 1001000

Color Harmonies of #82C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C8EB

Black with #82C8EB

Text Example


Text Example

White with #82C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,200,235); }

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

background-color css

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

 a { background-color: rgb(130,200,235); }

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

border-color css

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

 span { border-color: rgb(130,200,235); }

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