Html Css Color HEX #53CAFE Maya Blue

📋 copy color: '#53CAFE'

red 83 ◦ green 202 ◦ blue 254

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

Shades of Maya Blue #53CAFE

Tints of Maya Blue #53CAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.48%

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

R = 15.4%
G = 37.48%
B = 47.12%

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

#53CAFE (or 0x53CAFE) is known color: Maya Blue. HEX triplet: 53, CA and FE. RGB value is (83,202,254). Sum of RGB (Red+Green+Blue) = 83+202+254=539 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.40% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #53CAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CAFE is #AC3501. Grayscale: #ACACAC. Windows color (decimal): -11285762 or 16697939. OLE color: 16697939.

HSL color Cylindrical-coordinate representation of color #53CAFE: hue angle of 198.25º 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 #53CAFE is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 202 254 -
CMYK 0.67 0.20 0 0.00
HSL 198.25º 0.99% 0.66% -
HSV(B) 198.25º 0.67% 1% -
XYZ 42.58 51.24 101.41 -
YUV 172.35 174.08 64.27 -
System Red Green Blue C M Y K H S L
Decimal 83 202 254 0.67 0.20 0 0.00 198.25 0.99 0.66
Hex 53 CA FE 43 14 0 0 C6 63 42
Octal 123 312 376 103 24 0 0 306 143 102
Binary 1010011 11001010 11111110 1000011 10100 0 0 11000110 1100011 1000010

Color Harmonies of #53CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CAFE

Black with #53CAFE

Text Example


Text Example

White with #53CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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