Html Css Color HEX #52C1FC Maya Blue

📋 copy color: '#52C1FC'

red 82 ◦ green 193 ◦ blue 252

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

Shades of Maya Blue #52C1FC

Tints of Maya Blue #52C1FC

RGB

 RED value IS 82 (32.42% from 255) = 15.56%

 GREEN value IS 193 (75.78% from 255) = 36.62%

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

R = 15.56%
G = 36.62%
B = 47.82%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52C1FC (or 0x52C1FC) is known color: Maya Blue. HEX triplet: 52, C1 and FC. RGB value is (82,193,252). Sum of RGB (Red+Green+Blue) = 82+193+252=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #52C1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C1FC is #AD3E03. Grayscale: #A6A6A6. Windows color (decimal): -11353604 or 16564562. OLE color: 16564562.

HSL color Cylindrical-coordinate representation of color #52C1FC: hue angle of 200.82º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C1FC is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 193 252 -
CMYK 0.67 0.23 0 0.01
HSL 200.82º 0.97% 0.65% -
HSV(B) 200.82º 0.67% 0.99% -
XYZ 40.12 46.96 99.05 -
YUV 166.54 176.23 67.7 -
System Red Green Blue C M Y K H S L
Decimal 82 193 252 0.67 0.23 0 0.01 200.82 0.97 0.65
Hex 52 C1 FC 43 17 0 1 C9 61 41
Octal 122 301 374 103 27 0 1 311 141 101
Binary 1010010 11000001 11111100 1000011 10111 0 1 11001001 1100001 1000001

Color Harmonies of #52C1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C1FC

Black with #52C1FC

Text Example


Text Example

White with #52C1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52C1FC; }

 p { color: rgb(82,193,252); }

 H1.HeaderClassName
 {
   color: #52C1FC;
 }
 .AnyTagClassName
 {
   color: #52C1FC;
 }
</style>

background-color css

<style>
 a { background-color: #52C1FC; }

 a { background-color: rgb(82,193,252); }

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

border-color css

<style>
 span { border-color: #52C1FC; }

 span { border-color: rgb(82,193,252); }

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