Html Css Color HEX #82C8FD Light Sky Blue

📋 copy color: '#82C8FD'

red 130 ◦ green 200 ◦ blue 253

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

Shades of Light Sky Blue #82C8FD

Tints of Light Sky Blue #82C8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.4%

R = 22.3%
G = 34.31%
B = 43.4%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#82C8FD (or 0x82C8FD) is known color: Light Sky Blue. HEX triplet: 82, C8 and FD. RGB value is (130,200,253). Sum of RGB (Red+Green+Blue) = 130+200+253=583 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.30% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #82C8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C8FD is #7D3702. Grayscale: #B8B8B8. Windows color (decimal): -8206083 or 16631938. OLE color: 16631938.

HSL color Cylindrical-coordinate representation of color #82C8FD: hue angle of 205.85º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82C8FD is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 200 253 -
CMYK 0.49 0.21 0 0.01
HSL 205.85º 0.97% 0.75% -
HSV(B) 205.85º 0.49% 0.99% -
XYZ 47.59 53.15 100.68 -
YUV 185.11 166.31 88.69 -
System Red Green Blue C M Y K H S L
Decimal 130 200 253 0.49 0.21 0 0.01 205.85 0.97 0.75
Hex 82 C8 FD 31 15 0 1 CE 61 4B
Octal 202 310 375 61 25 0 1 316 141 113
Binary 10000010 11001000 11111101 110001 10101 0 1 11001110 1100001 1001011

Color Harmonies of #82C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C8FD

Black with #82C8FD

Text Example


Text Example

White with #82C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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