Html Css Color HEX #82DFFC Light Sky Blue

📋 copy color: '#82DFFC'

red 130 ◦ green 223 ◦ blue 252

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

Shades of Light Sky Blue #82DFFC

Tints of Light Sky Blue #82DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 252 (98.83% from 255) = 41.65%

R = 21.49%
G = 36.86%
B = 41.65%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#82DFFC (or 0x82DFFC) is known color: Light Sky Blue. HEX triplet: 82, DF and FC. RGB value is (130,223,252). Sum of RGB (Red+Green+Blue) = 130+223+252=605 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.49% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #82DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DFFC is #7D2003. Grayscale: #C6C6C6. Windows color (decimal): -8200196 or 16572290. OLE color: 16572290.

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

Color convert

RGB 130 223 252 -
CMYK 0.48 0.12 0 0.01
HSL 194.26º 0.95% 0.75% -
HSV(B) 194.26º 0.48% 0.99% -
XYZ 53.16 64.55 101.75 -
YUV 198.5 158.19 79.14 -
System Red Green Blue C M Y K H S L
Decimal 130 223 252 0.48 0.12 0 0.01 194.26 0.95 0.75
Hex 82 DF FC 30 C 0 1 C2 5F 4B
Octal 202 337 374 60 14 0 1 302 137 113
Binary 10000010 11011111 11111100 110000 1100 0 1 11000010 1011111 1001011

Color Harmonies of #82DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DFFC

Black with #82DFFC

Text Example


Text Example

White with #82DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,223,252); }

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

background-color css

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

 a { background-color: rgb(130,223,252); }

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

border-color css

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

 span { border-color: rgb(130,223,252); }

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