Html Css Color HEX #52C0FD Maya Blue

📋 copy color: '#52C0FD'

red 82 ◦ green 192 ◦ blue 253

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

Shades of Maya Blue #52C0FD

Tints of Maya Blue #52C0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 15.56%
G = 36.43%
B = 48.01%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52C0FD (or 0x52C0FD) is known color: Maya Blue. HEX triplet: 52, C0 and FD. RGB value is (82,192,253). Sum of RGB (Red+Green+Blue) = 82+192+253=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #52C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0FD is #AD3F02. Grayscale: #A5A5A5. Windows color (decimal): -11353859 or 16629842. OLE color: 16629842.

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

Color convert

RGB 82 192 253 -
CMYK 0.68 0.24 0 0.01
HSL 201.4º 0.98% 0.66% -
HSV(B) 201.4º 0.68% 0.99% -
XYZ 40.06 46.58 99.81 -
YUV 166.06 177.06 68.04 -
System Red Green Blue C M Y K H S L
Decimal 82 192 253 0.68 0.24 0 0.01 201.4 0.98 0.66
Hex 52 C0 FD 44 18 0 1 C9 62 42
Octal 122 300 375 104 30 0 1 311 142 102
Binary 1010010 11000000 11111101 1000100 11000 0 1 11001001 1100010 1000010

Color Harmonies of #52C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C0FD

Black with #52C0FD

Text Example


Text Example

White with #52C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,253); }

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

background-color css

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

 a { background-color: rgb(82,192,253); }

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

border-color css

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

 span { border-color: rgb(82,192,253); }

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