Html Css Color HEX #82D5FD Light Sky Blue

📋 copy color: '#82D5FD'

red 130 ◦ green 213 ◦ blue 253

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

Shades of Light Sky Blue #82D5FD

Tints of Light Sky Blue #82D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.74%

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

R = 21.81%
G = 35.74%
B = 42.45%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#82D5FD (or 0x82D5FD) is known color: Light Sky Blue. HEX triplet: 82, D5 and FD. RGB value is (130,213,253). Sum of RGB (Red+Green+Blue) = 130+213+253=596 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.81% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #82D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D5FD is #7D2A02. Grayscale: #C0C0C0. Windows color (decimal): -8202755 or 16635266. OLE color: 16635266.

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

Color convert

RGB 130 213 253 -
CMYK 0.49 0.16 0 0.01
HSL 199.51º 0.97% 0.75% -
HSV(B) 199.51º 0.49% 0.99% -
XYZ 50.73 59.43 101.73 -
YUV 192.74 162 83.25 -
System Red Green Blue C M Y K H S L
Decimal 130 213 253 0.49 0.16 0 0.01 199.51 0.97 0.75
Hex 82 D5 FD 31 10 0 1 C8 61 4B
Octal 202 325 375 61 20 0 1 310 141 113
Binary 10000010 11010101 11111101 110001 10000 0 1 11001000 1100001 1001011

Color Harmonies of #82D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D5FD

Black with #82D5FD

Text Example


Text Example

White with #82D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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