Html Css Color HEX #82CAE6 Sky Blue

📋 copy color: '#82CAE6'

red 130 ◦ green 202 ◦ blue 230

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

Shades of Sky Blue #82CAE6

Tints of Sky Blue #82CAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.94%

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 23.13%
G = 35.94%
B = 40.93%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#82CAE6 (or 0x82CAE6) is known color: Sky Blue. HEX triplet: 82, CA and E6. RGB value is (130,202,230). Sum of RGB (Red+Green+Blue) = 130+202+230=562 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.13% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #82CAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CAE6 is #7D3519. Grayscale: #B7B7B7. Windows color (decimal): -8205594 or 15125122. OLE color: 15125122.

HSL color Cylindrical-coordinate representation of color #82CAE6: hue angle of 196.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82CAE6 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 202 230 -
CMYK 0.43 0.12 0 0.10
HSL 196.8º 0.67% 0.71% -
HSV(B) 196.8º 0.43% 0.9% -
XYZ 44.61 52.7 82.68 -
YUV 183.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 130 202 230 0.43 0.12 0 0.10 196.8 0.67 0.71
Hex 82 CA E6 2B C 0 A C5 43 47
Octal 202 312 346 53 14 0 12 305 103 107
Binary 10000010 11001010 11100110 101011 1100 0 1010 11000101 1000011 1000111

Color Harmonies of #82CAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CAE6

Black with #82CAE6

Text Example


Text Example

White with #82CAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,230); }

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

background-color css

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

 a { background-color: rgb(130,202,230); }

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

border-color css

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

 span { border-color: rgb(130,202,230); }

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