Html Css Color HEX #82C5FE Light Sky Blue

📋 copy color: '#82C5FE'

red 130 ◦ green 197 ◦ blue 254

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

Shades of Light Sky Blue #82C5FE

Tints of Light Sky Blue #82C5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.91%

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 22.38%
G = 33.91%
B = 43.72%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#82C5FE (or 0x82C5FE) is known color: Light Sky Blue. HEX triplet: 82, C5 and FE. RGB value is (130,197,254). Sum of RGB (Red+Green+Blue) = 130+197+254=581 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.38% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #82C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C5FE is #7D3A01. Grayscale: #B7B7B7. Windows color (decimal): -8206850 or 16696706. OLE color: 16696706.

HSL color Cylindrical-coordinate representation of color #82C5FE: hue angle of 207.58º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82C5FE is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 197 254 -
CMYK 0.49 0.22 0 0.00
HSL 207.58º 0.98% 0.75% -
HSV(B) 207.58º 0.49% 1% -
XYZ 47.06 51.83 101.29 -
YUV 183.47 167.8 89.87 -
System Red Green Blue C M Y K H S L
Decimal 130 197 254 0.49 0.22 0 0.00 207.58 0.98 0.75
Hex 82 C5 FE 31 16 0 0 D0 62 4B
Octal 202 305 376 61 26 0 0 320 142 113
Binary 10000010 11000101 11111110 110001 10110 0 0 11010000 1100010 1001011

Color Harmonies of #82C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C5FE

Black with #82C5FE

Text Example


Text Example

White with #82C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,197,254); }

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

background-color css

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

 a { background-color: rgb(130,197,254); }

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

border-color css

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

 span { border-color: rgb(130,197,254); }

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