Html Css Color HEX #52C4FD Maya Blue

📋 copy color: '#52C4FD'

red 82 ◦ green 196 ◦ blue 253

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

Shades of Maya Blue #52C4FD

Tints of Maya Blue #52C4FD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.91%

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

R = 15.44%
G = 36.91%
B = 47.65%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52C4FD (or 0x52C4FD) is known color: Maya Blue. HEX triplet: 52, C4 and FD. RGB value is (82,196,253). Sum of RGB (Red+Green+Blue) = 82+196+253=531 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.44% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #52C4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C4FD is #AD3B02. Grayscale: #A8A8A8. Windows color (decimal): -11352835 or 16630866. OLE color: 16630866.

HSL color Cylindrical-coordinate representation of color #52C4FD: hue angle of 200º 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 #52C4FD is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 196 253 -
CMYK 0.68 0.23 0 0.01
HSL 200º 0.98% 0.66% -
HSV(B) 200º 0.68% 0.99% -
XYZ 40.95 48.37 100.11 -
YUV 168.41 175.73 66.37 -
System Red Green Blue C M Y K H S L
Decimal 82 196 253 0.68 0.23 0 0.01 200 0.98 0.66
Hex 52 C4 FD 44 17 0 1 C8 62 42
Octal 122 304 375 104 27 0 1 310 142 102
Binary 1010010 11000100 11111101 1000100 10111 0 1 11001000 1100010 1000010

Color Harmonies of #52C4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C4FD

Black with #52C4FD

Text Example


Text Example

White with #52C4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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