Html Css Color HEX #52BBFE Maya Blue

📋 copy color: '#52BBFE'

red 82 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #52BBFE

Tints of Maya Blue #52BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.76%

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

R = 15.68%
G = 35.76%
B = 48.57%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#52BBFE (or 0x52BBFE) is known color: Maya Blue. HEX triplet: 52, BB and FE. RGB value is (82,187,254). Sum of RGB (Red+Green+Blue) = 82+187+254=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #52BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBFE is #AD4401. Grayscale: #A2A2A2. Windows color (decimal): -11355138 or 16694098. OLE color: 16694098.

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

Color convert

RGB 82 187 254 -
CMYK 0.68 0.26 0 0.00
HSL 203.37º 0.99% 0.66% -
HSV(B) 203.37º 0.68% 1% -
XYZ 39.14 44.49 100.29 -
YUV 163.24 179.21 70.05 -
System Red Green Blue C M Y K H S L
Decimal 82 187 254 0.68 0.26 0 0.00 203.37 0.99 0.66
Hex 52 BB FE 44 1A 0 0 CB 63 42
Octal 122 273 376 104 32 0 0 313 143 102
Binary 1010010 10111011 11111110 1000100 11010 0 0 11001011 1100011 1000010

Color Harmonies of #52BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBFE

Black with #52BBFE

Text Example


Text Example

White with #52BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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