Html Css Color HEX #52BBFF Maya Blue

📋 copy color: '#52BBFF'

red 82 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #52BBFF

Tints of Maya Blue #52BBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 15.65%
G = 35.69%
B = 48.66%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52BBFF (or 0x52BBFF) is known color: Maya Blue. HEX triplet: 52, BB and FF. RGB value is (82,187,255). Sum of RGB (Red+Green+Blue) = 82+187+255=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #52BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBFF is #AD4400. Grayscale: #A2A2A2. Windows color (decimal): -11355137 or 16759634. OLE color: 16759634.

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

Color convert

RGB 82 187 255 -
CMYK 0.68 0.27 0 0
HSL 203.58º 1% 0.66% -
HSV(B) 203.58º 0.68% 1% -
XYZ 39.3 44.55 101.14 -
YUV 163.36 179.71 69.97 -
System Red Green Blue C M Y K H S L
Decimal 82 187 255 0.68 0.27 0 0 203.58 1 0.66
Hex 52 BB FF 44 1B 0 0 CC 64 42
Octal 122 273 377 104 33 0 0 314 144 102
Binary 1010010 10111011 11111111 1000100 11011 0 0 11001100 1100100 1000010

Color Harmonies of #52BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBFF

Black with #52BBFF

Text Example


Text Example

White with #52BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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