Html Css Color HEX #82BEE1 Sky Blue

📋 copy color: '#82BEE1'

red 130 ◦ green 190 ◦ blue 225

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

Shades of Sky Blue #82BEE1

Tints of Sky Blue #82BEE1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.86%

 BLUE value IS 225 (88.28% from 255) = 41.28%

R = 23.85%
G = 34.86%
B = 41.28%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#82BEE1 (or 0x82BEE1) is known color: Sky Blue. HEX triplet: 82, BE and E1. RGB value is (130,190,225). Sum of RGB (Red+Green+Blue) = 130+190+225=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #82BEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BEE1 is #7D411E. Grayscale: #AFAFAF. Windows color (decimal): -8208671 or 14794370. OLE color: 14794370.

HSL color Cylindrical-coordinate representation of color #82BEE1: hue angle of 202.11º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82BEE1 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 190 225 -
CMYK 0.42 0.16 0 0.12
HSL 202.11º 0.61% 0.7% -
HSV(B) 202.11º 0.42% 0.88% -
XYZ 41.21 47.01 78.14 -
YUV 176.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 130 190 225 0.42 0.16 0 0.12 202.11 0.61 0.7
Hex 82 BE E1 2A 10 0 C CA 3D 46
Octal 202 276 341 52 20 0 14 312 75 106
Binary 10000010 10111110 11100001 101010 10000 0 1100 11001010 111101 1000110

Color Harmonies of #82BEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEE1

Black with #82BEE1

Text Example


Text Example

White with #82BEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,190,225); }

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

background-color css

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

 a { background-color: rgb(130,190,225); }

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

border-color css

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

 span { border-color: rgb(130,190,225); }

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