Html Css Color HEX #53CCFE Maya Blue

📋 copy color: '#53CCFE'

red 83 ◦ green 204 ◦ blue 254

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

Shades of Maya Blue #53CCFE

Tints of Maya Blue #53CCFE

RGB

 RED value IS 83 (32.81% from 255) = 15.34%

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

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

R = 15.34%
G = 37.71%
B = 46.95%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53CCFE (or 0x53CCFE) is known color: Maya Blue. HEX triplet: 53, CC and FE. RGB value is (83,204,254). Sum of RGB (Red+Green+Blue) = 83+204+254=541 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.34% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #53CCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CCFE is #AC3301. Grayscale: #ADADAD. Windows color (decimal): -11285250 or 16698451. OLE color: 16698451.

HSL color Cylindrical-coordinate representation of color #53CCFE: hue angle of 197.54º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53CCFE is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 204 254 -
CMYK 0.67 0.20 0 0.00
HSL 197.54º 0.99% 0.66% -
HSV(B) 197.54º 0.67% 1% -
XYZ 43.05 52.18 101.57 -
YUV 173.52 173.41 63.43 -
System Red Green Blue C M Y K H S L
Decimal 83 204 254 0.67 0.20 0 0.00 197.54 0.99 0.66
Hex 53 CC FE 43 14 0 0 C6 63 42
Octal 123 314 376 103 24 0 0 306 143 102
Binary 1010011 11001100 11111110 1000011 10100 0 0 11000110 1100011 1000010

Color Harmonies of #53CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CCFE

Black with #53CCFE

Text Example


Text Example

White with #53CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CCFE; }

 p { color: rgb(83,204,254); }

 H1.HeaderClassName
 {
   color: #53CCFE;
 }
 .AnyTagClassName
 {
   color: #53CCFE;
 }
</style>

background-color css

<style>
 a { background-color: #53CCFE; }

 a { background-color: rgb(83,204,254); }

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

border-color css

<style>
 span { border-color: #53CCFE; }

 span { border-color: rgb(83,204,254); }

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