Html Css Color HEX #52C3FA Maya Blue

📋 copy color: '#52C3FA'

red 82 ◦ green 195 ◦ blue 250

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

Shades of Maya Blue #52C3FA

Tints of Maya Blue #52C3FA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 15.56%
G = 37%
B = 47.44%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52C3FA (or 0x52C3FA) is known color: Maya Blue. HEX triplet: 52, C3 and FA. RGB value is (82,195,250). Sum of RGB (Red+Green+Blue) = 82+195+250=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #52C3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C3FA is #AD3C05. Grayscale: #A7A7A7. Windows color (decimal): -11353094 or 16434002. OLE color: 16434002.

HSL color Cylindrical-coordinate representation of color #52C3FA: hue angle of 199.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C3FA is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 195 250 -
CMYK 0.67 0.22 0 0.02
HSL 199.64º 0.94% 0.65% -
HSV(B) 199.64º 0.67% 0.98% -
XYZ 40.25 47.73 97.53 -
YUV 167.48 174.56 67.03 -
System Red Green Blue C M Y K H S L
Decimal 82 195 250 0.67 0.22 0 0.02 199.64 0.94 0.65
Hex 52 C3 FA 43 16 0 2 C8 5E 41
Octal 122 303 372 103 26 0 2 310 136 101
Binary 1010010 11000011 11111010 1000011 10110 0 10 11001000 1011110 1000001

Color Harmonies of #52C3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C3FA

Black with #52C3FA

Text Example


Text Example

White with #52C3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,195,250); }

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

background-color css

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

 a { background-color: rgb(82,195,250); }

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

border-color css

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

 span { border-color: rgb(82,195,250); }

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