Html Css Color HEX #82E3FF Light Sky Blue

📋 copy color: '#82E3FF'

red 130 ◦ green 227 ◦ blue 255

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

Shades of Light Sky Blue #82E3FF

Tints of Light Sky Blue #82E3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.09%

 BLUE value IS 255 (100% from 255) = 41.67%

R = 21.24%
G = 37.09%
B = 41.67%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82E3FF (or 0x82E3FF) is known color: Light Sky Blue. HEX triplet: 82, E3 and FF. RGB value is (130,227,255). Sum of RGB (Red+Green+Blue) = 130+227+255=612 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.24% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #82E3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E3FF is #7D1C00. Grayscale: #C8C8C8. Windows color (decimal): -8199169 or 16769922. OLE color: 16769922.

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

Color convert

RGB 130 227 255 -
CMYK 0.49 0.11 0 0
HSL 193.44º 1% 0.75% -
HSV(B) 193.44º 0.49% 1% -
XYZ 54.73 66.9 104.64 -
YUV 201.19 158.36 77.22 -
System Red Green Blue C M Y K H S L
Decimal 130 227 255 0.49 0.11 0 0 193.44 1 0.75
Hex 82 E3 FF 31 B 0 0 C1 64 4B
Octal 202 343 377 61 13 0 0 301 144 113
Binary 10000010 11100011 11111111 110001 1011 0 0 11000001 1100100 1001011

Color Harmonies of #82E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E3FF

Black with #82E3FF

Text Example


Text Example

White with #82E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,227,255); }

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

background-color css

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

 a { background-color: rgb(130,227,255); }

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

border-color css

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

 span { border-color: rgb(130,227,255); }

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