Html Css Color HEX #82C0FC Maya Blue

📋 copy color: '#82C0FC'

red 130 ◦ green 192 ◦ blue 252

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

Shades of Maya Blue #82C0FC

Tints of Maya Blue #82C0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.45%

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 22.65%
G = 33.45%
B = 43.9%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#82C0FC (or 0x82C0FC) is known color: Maya Blue. HEX triplet: 82, C0 and FC. RGB value is (130,192,252). Sum of RGB (Red+Green+Blue) = 130+192+252=574 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.65% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #82C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C0FC is #7D3F03. Grayscale: #B4B4B4. Windows color (decimal): -8208132 or 16564354. OLE color: 16564354.

HSL color Cylindrical-coordinate representation of color #82C0FC: hue angle of 209.51º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82C0FC is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 192 252 -
CMYK 0.48 0.24 0 0.01
HSL 209.51º 0.95% 0.75% -
HSV(B) 209.51º 0.48% 0.99% -
XYZ 45.63 49.47 99.24 -
YUV 180.3 168.46 92.12 -
System Red Green Blue C M Y K H S L
Decimal 130 192 252 0.48 0.24 0 0.01 209.51 0.95 0.75
Hex 82 C0 FC 30 18 0 1 D2 5F 4B
Octal 202 300 374 60 30 0 1 322 137 113
Binary 10000010 11000000 11111100 110000 11000 0 1 11010010 1011111 1001011

Color Harmonies of #82C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C0FC

Black with #82C0FC

Text Example


Text Example

White with #82C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,252); }

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

background-color css

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

 a { background-color: rgb(130,192,252); }

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

border-color css

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

 span { border-color: rgb(130,192,252); }

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