Html Css Color HEX #82CFF7 Light Sky Blue

📋 copy color: '#82CFF7'

red 130 ◦ green 207 ◦ blue 247

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

Shades of Light Sky Blue #82CFF7

Tints of Light Sky Blue #82CFF7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.45%

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

R = 22.26%
G = 35.45%
B = 42.29%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#82CFF7 (or 0x82CFF7) is known color: Light Sky Blue. HEX triplet: 82, CF and F7. RGB value is (130,207,247). Sum of RGB (Red+Green+Blue) = 130+207+247=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #82CFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CFF7 is #7D3008. Grayscale: #BCBCBC. Windows color (decimal): -8204297 or 16240514. OLE color: 16240514.

HSL color Cylindrical-coordinate representation of color #82CFF7: hue angle of 200.51º 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 #82CFF7 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 207 247 -
CMYK 0.47 0.16 0 0.03
HSL 200.51º 0.88% 0.74% -
HSV(B) 200.51º 0.47% 0.97% -
XYZ 48.31 56.09 96.28 -
YUV 188.54 160.99 86.25 -
System Red Green Blue C M Y K H S L
Decimal 130 207 247 0.47 0.16 0 0.03 200.51 0.88 0.74
Hex 82 CF F7 2F 10 0 3 C9 58 4A
Octal 202 317 367 57 20 0 3 311 130 112
Binary 10000010 11001111 11110111 101111 10000 0 11 11001001 1011000 1001010

Color Harmonies of #82CFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CFF7

Black with #82CFF7

Text Example


Text Example

White with #82CFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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