Html Css Color HEX #82C8F7 Light Sky Blue

📋 copy color: '#82C8F7'

red 130 ◦ green 200 ◦ blue 247

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

Shades of Light Sky Blue #82C8F7

Tints of Light Sky Blue #82C8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.81%

R = 22.53%
G = 34.66%
B = 42.81%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#82C8F7 (or 0x82C8F7) is known color: Light Sky Blue. HEX triplet: 82, C8 and F7. RGB value is (130,200,247). Sum of RGB (Red+Green+Blue) = 130+200+247=577 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.53% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #82C8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C8F7 is #7D3708. Grayscale: #B8B8B8. Windows color (decimal): -8206089 or 16238722. OLE color: 16238722.

HSL color Cylindrical-coordinate representation of color #82C8F7: hue angle of 204.1º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82C8F7 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 200 247 -
CMYK 0.47 0.19 0 0.03
HSL 204.1º 0.88% 0.74% -
HSV(B) 204.1º 0.47% 0.97% -
XYZ 46.65 52.77 95.72 -
YUV 184.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 130 200 247 0.47 0.19 0 0.03 204.1 0.88 0.74
Hex 82 C8 F7 2F 13 0 3 CC 58 4A
Octal 202 310 367 57 23 0 3 314 130 112
Binary 10000010 11001000 11110111 101111 10011 0 11 11001100 1011000 1001010

Color Harmonies of #82C8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C8F7

Black with #82C8F7

Text Example


Text Example

White with #82C8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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