Html Css Color HEX #82D4FD Light Sky Blue

📋 copy color: '#82D4FD'

red 130 ◦ green 212 ◦ blue 253

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

Shades of Light Sky Blue #82D4FD

Tints of Light Sky Blue #82D4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.63%

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

R = 21.85%
G = 35.63%
B = 42.52%

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

#82D4FD (or 0x82D4FD) is known color: Light Sky Blue. HEX triplet: 82, D4 and FD. RGB value is (130,212,253). Sum of RGB (Red+Green+Blue) = 130+212+253=595 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.85% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #82D4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D4FD is #7D2B02. Grayscale: #BFBFBF. Windows color (decimal): -8203011 or 16635010. OLE color: 16635010.

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

Color convert

RGB 130 212 253 -
CMYK 0.49 0.16 0 0.01
HSL 200º 0.97% 0.75% -
HSV(B) 200º 0.49% 0.99% -
XYZ 50.48 58.92 101.64 -
YUV 192.16 162.33 83.67 -
System Red Green Blue C M Y K H S L
Decimal 130 212 253 0.49 0.16 0 0.01 200 0.97 0.75
Hex 82 D4 FD 31 10 0 1 C8 61 4B
Octal 202 324 375 61 20 0 1 310 141 113
Binary 10000010 11010100 11111101 110001 10000 0 1 11001000 1100001 1001011

Color Harmonies of #82D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D4FD

Black with #82D4FD

Text Example


Text Example

White with #82D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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