Html Css Color HEX #82DBFE Light Sky Blue

📋 copy color: '#82DBFE'

red 130 ◦ green 219 ◦ blue 254

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

Shades of Light Sky Blue #82DBFE

Tints of Light Sky Blue #82DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.32%

 BLUE value IS 254 (99.61% from 255) = 42.12%

R = 21.56%
G = 36.32%
B = 42.12%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#82DBFE (or 0x82DBFE) is known color: Light Sky Blue. HEX triplet: 82, DB and FE. RGB value is (130,219,254). Sum of RGB (Red+Green+Blue) = 130+219+254=603 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.56% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #82DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBFE is #7D2401. Grayscale: #C4C4C4. Windows color (decimal): -8201218 or 16702338. OLE color: 16702338.

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

Color convert

RGB 130 219 254 -
CMYK 0.49 0.14 0 0.00
HSL 196.94º 0.98% 0.75% -
HSV(B) 196.94º 0.49% 1% -
XYZ 52.43 62.56 103.08 -
YUV 196.38 160.51 80.65 -
System Red Green Blue C M Y K H S L
Decimal 130 219 254 0.49 0.14 0 0.00 196.94 0.98 0.75
Hex 82 DB FE 31 E 0 0 C5 62 4B
Octal 202 333 376 61 16 0 0 305 142 113
Binary 10000010 11011011 11111110 110001 1110 0 0 11000101 1100010 1001011

Color Harmonies of #82DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DBFE

Black with #82DBFE

Text Example


Text Example

White with #82DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,219,254); }

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

background-color css

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

 a { background-color: rgb(130,219,254); }

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

border-color css

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

 span { border-color: rgb(130,219,254); }

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