Html Css Color HEX #82C0EF Light Sky Blue

📋 copy color: '#82C0EF'

red 130 ◦ green 192 ◦ blue 239

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

Shades of Light Sky Blue #82C0EF

Tints of Light Sky Blue #82C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.22%

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 23.17%
G = 34.22%
B = 42.6%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#82C0EF (or 0x82C0EF) is known color: Light Sky Blue. HEX triplet: 82, C0 and EF. RGB value is (130,192,239). Sum of RGB (Red+Green+Blue) = 130+192+239=561 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.17% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #82C0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C0EF is #7D3F10. Grayscale: #B2B2B2. Windows color (decimal): -8208145 or 15712386. OLE color: 15712386.

HSL color Cylindrical-coordinate representation of color #82C0EF: hue angle of 205.87º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82C0EF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 192 239 -
CMYK 0.46 0.20 0 0.06
HSL 205.87º 0.77% 0.72% -
HSV(B) 205.87º 0.46% 0.94% -
XYZ 43.64 48.68 88.76 -
YUV 178.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 130 192 239 0.46 0.20 0 0.06 205.87 0.77 0.72
Hex 82 C0 EF 2E 14 0 6 CE 4D 48
Octal 202 300 357 56 24 0 6 316 115 110
Binary 10000010 11000000 11101111 101110 10100 0 110 11001110 1001101 1001000

Color Harmonies of #82C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C0EF

Black with #82C0EF

Text Example


Text Example

White with #82C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,239); }

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

background-color css

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

 a { background-color: rgb(130,192,239); }

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

border-color css

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

 span { border-color: rgb(130,192,239); }

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