Html Css Color HEX #82CCFF Light Sky Blue

📋 copy color: '#82CCFF'

red 130 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #82CCFF

Tints of Light Sky Blue #82CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.63%

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

R = 22.07%
G = 34.63%
B = 43.29%

CMYK

 C value IS 0.49

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82CCFF (or 0x82CCFF) is known color: Light Sky Blue. HEX triplet: 82, CC and FF. RGB value is (130,204,255). Sum of RGB (Red+Green+Blue) = 130+204+255=589 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.07% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #82CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CCFF is #7D3300. Grayscale: #BBBBBB. Windows color (decimal): -8205057 or 16764034. OLE color: 16764034.

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

Color convert

RGB 130 204 255 -
CMYK 0.49 0.2 0 0
HSL 204.48º 1% 0.75% -
HSV(B) 204.48º 0.49% 1% -
XYZ 48.85 55.15 102.68 -
YUV 187.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 130 204 255 0.49 0.2 0 0 204.48 1 0.75
Hex 82 CC FF 31 14 0 0 CC 64 4B
Octal 202 314 377 61 24 0 0 314 144 113
Binary 10000010 11001100 11111111 110001 10100 0 0 11001100 1100100 1001011

Color Harmonies of #82CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CCFF

Black with #82CCFF

Text Example


Text Example

White with #82CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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