Html Css Color HEX #52BFFD Maya Blue

📋 copy color: '#52BFFD'

red 82 ◦ green 191 ◦ blue 253

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

Shades of Maya Blue #52BFFD

Tints of Maya Blue #52BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 36.31%

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

R = 15.59%
G = 36.31%
B = 48.1%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52BFFD (or 0x52BFFD) is known color: Maya Blue. HEX triplet: 52, BF and FD. RGB value is (82,191,253). Sum of RGB (Red+Green+Blue) = 82+191+253=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #52BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFFD is #AD4002. Grayscale: #A5A5A5. Windows color (decimal): -11354115 or 16629586. OLE color: 16629586.

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

Color convert

RGB 82 191 253 -
CMYK 0.68 0.25 0 0.01
HSL 201.75º 0.98% 0.66% -
HSV(B) 201.75º 0.68% 0.99% -
XYZ 39.84 46.15 99.74 -
YUV 165.48 177.39 68.46 -
System Red Green Blue C M Y K H S L
Decimal 82 191 253 0.68 0.25 0 0.01 201.75 0.98 0.66
Hex 52 BF FD 44 19 0 1 CA 62 42
Octal 122 277 375 104 31 0 1 312 142 102
Binary 1010010 10111111 11111101 1000100 11001 0 1 11001010 1100010 1000010

Color Harmonies of #52BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BFFD

Black with #52BFFD

Text Example


Text Example

White with #52BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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