Html Css Color HEX #52C9FE Maya Blue

📋 copy color: '#52C9FE'

red 82 ◦ green 201 ◦ blue 254

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

Shades of Maya Blue #52C9FE

Tints of Maya Blue #52C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.43%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 15.27%
G = 37.43%
B = 47.3%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#52C9FE (or 0x52C9FE) is known color: Maya Blue. HEX triplet: 52, C9 and FE. RGB value is (82,201,254). Sum of RGB (Red+Green+Blue) = 82+201+254=537 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.27% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #52C9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C9FE is #AD3601. Grayscale: #ABABAB. Windows color (decimal): -11351554 or 16697682. OLE color: 16697682.

HSL color Cylindrical-coordinate representation of color #52C9FE: hue angle of 198.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52C9FE is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 201 254 -
CMYK 0.68 0.21 0 0.00
HSL 198.49º 0.99% 0.66% -
HSV(B) 198.49º 0.68% 1% -
XYZ 42.26 50.72 101.33 -
YUV 171.46 174.58 64.19 -
System Red Green Blue C M Y K H S L
Decimal 82 201 254 0.68 0.21 0 0.00 198.49 0.99 0.66
Hex 52 C9 FE 44 15 0 0 C6 63 42
Octal 122 311 376 104 25 0 0 306 143 102
Binary 1010010 11001001 11111110 1000100 10101 0 0 11000110 1100011 1000010

Color Harmonies of #52C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C9FE

Black with #52C9FE

Text Example


Text Example

White with #52C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,201,254); }

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

background-color css

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

 a { background-color: rgb(82,201,254); }

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

border-color css

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

 span { border-color: rgb(82,201,254); }

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