Html Css Color HEX #52CCFD Maya Blue

📋 copy color: '#52CCFD'

red 82 ◦ green 204 ◦ blue 253

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

Shades of Maya Blue #52CCFD

Tints of Maya Blue #52CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

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

R = 15.21%
G = 37.85%
B = 46.94%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52CCFD (or 0x52CCFD) is known color: Maya Blue. HEX triplet: 52, CC and FD. RGB value is (82,204,253). Sum of RGB (Red+Green+Blue) = 82+204+253=539 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.21% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #52CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CCFD is #AD3302. Grayscale: #ACACAC. Windows color (decimal): -11350787 or 16632914. OLE color: 16632914.

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

Color convert

RGB 82 204 253 -
CMYK 0.68 0.19 0 0.01
HSL 197.19º 0.98% 0.66% -
HSV(B) 197.19º 0.68% 0.99% -
XYZ 42.8 52.07 100.72 -
YUV 173.11 173.08 63.02 -
System Red Green Blue C M Y K H S L
Decimal 82 204 253 0.68 0.19 0 0.01 197.19 0.98 0.66
Hex 52 CC FD 44 13 0 1 C5 62 42
Octal 122 314 375 104 23 0 1 305 142 102
Binary 1010010 11001100 11111101 1000100 10011 0 1 11000101 1100010 1000010

Color Harmonies of #52CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCFD

Black with #52CCFD

Text Example


Text Example

White with #52CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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