Html Css Color HEX #82D0FB Light Sky Blue

📋 copy color: '#82D0FB'

red 130 ◦ green 208 ◦ blue 251

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

Shades of Light Sky Blue #82D0FB

Tints of Light Sky Blue #82D0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.31%

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 22.07%
G = 35.31%
B = 42.61%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#82D0FB (or 0x82D0FB) is known color: Light Sky Blue. HEX triplet: 82, D0 and FB. RGB value is (130,208,251). Sum of RGB (Red+Green+Blue) = 130+208+251=589 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.07% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #82D0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D0FB is #7D2F04. Grayscale: #BDBDBD. Windows color (decimal): -8204037 or 16502914. OLE color: 16502914.

HSL color Cylindrical-coordinate representation of color #82D0FB: hue angle of 201.32º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82D0FB is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 208 251 -
CMYK 0.48 0.17 0 0.02
HSL 201.32º 0.94% 0.75% -
HSV(B) 201.32º 0.48% 0.98% -
XYZ 49.17 56.82 99.64 -
YUV 189.58 162.66 85.5 -
System Red Green Blue C M Y K H S L
Decimal 130 208 251 0.48 0.17 0 0.02 201.32 0.94 0.75
Hex 82 D0 FB 30 11 0 2 C9 5E 4B
Octal 202 320 373 60 21 0 2 311 136 113
Binary 10000010 11010000 11111011 110000 10001 0 10 11001001 1011110 1001011

Color Harmonies of #82D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D0FB

Black with #82D0FB

Text Example


Text Example

White with #82D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,208,251); }

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

background-color css

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

 a { background-color: rgb(130,208,251); }

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

border-color css

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

 span { border-color: rgb(130,208,251); }

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