Html Css Color HEX #82CCF0 Sky Blue

📋 copy color: '#82CCF0'

red 130 ◦ green 204 ◦ blue 240

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

Shades of Sky Blue #82CCF0

Tints of Sky Blue #82CCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 22.65%
G = 35.54%
B = 41.81%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#82CCF0 (or 0x82CCF0) is known color: Sky Blue. HEX triplet: 82, CC and F0. RGB value is (130,204,240). Sum of RGB (Red+Green+Blue) = 130+204+240=574 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.65% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #82CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CCF0 is #7D330F. Grayscale: #B9B9B9. Windows color (decimal): -8205072 or 15780994. OLE color: 15780994.

HSL color Cylindrical-coordinate representation of color #82CCF0: hue angle of 199.64º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82CCF0 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 204 240 -
CMYK 0.46 0.15 0 0.06
HSL 199.64º 0.79% 0.73% -
HSV(B) 199.64º 0.46% 0.94% -
XYZ 46.53 54.22 90.45 -
YUV 185.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 130 204 240 0.46 0.15 0 0.06 199.64 0.79 0.73
Hex 82 CC F0 2E F 0 6 C8 4F 49
Octal 202 314 360 56 17 0 6 310 117 111
Binary 10000010 11001100 11110000 101110 1111 0 110 11001000 1001111 1001001

Color Harmonies of #82CCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CCF0

Black with #82CCF0

Text Example


Text Example

White with #82CCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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