Html Css Color HEX #61AFFD Maya Blue

📋 copy color: '#61AFFD'

red 97 ◦ green 175 ◦ blue 253

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

Shades of Maya Blue #61AFFD

Tints of Maya Blue #61AFFD

RGB

 RED value IS 97 (38.28% from 255) = 18.48%

 GREEN value IS 175 (68.75% from 255) = 33.33%

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

R = 18.48%
G = 33.33%
B = 48.19%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#61AFFD (or 0x61AFFD) is known color: Maya Blue. HEX triplet: 61, AF and FD. RGB value is (97,175,253). Sum of RGB (Red+Green+Blue) = 97+175+253=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #61AFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AFFD is #9E5002. Grayscale: #A0A0A0. Windows color (decimal): -10375171 or 16625505. OLE color: 16625505.

HSL color Cylindrical-coordinate representation of color #61AFFD: hue angle of 210º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61AFFD is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 175 253 -
CMYK 0.62 0.31 0 0.01
HSL 210º 0.98% 0.69% -
HSV(B) 210º 0.62% 0.99% -
XYZ 37.99 40.29 98.7 -
YUV 160.57 180.16 82.66 -
System Red Green Blue C M Y K H S L
Decimal 97 175 253 0.62 0.31 0 0.01 210 0.98 0.69
Hex 61 AF FD 3E 1F 0 1 D2 62 45
Octal 141 257 375 76 37 0 1 322 142 105
Binary 1100001 10101111 11111101 111110 11111 0 1 11010010 1100010 1000101

Color Harmonies of #61AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AFFD

Black with #61AFFD

Text Example


Text Example

White with #61AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61AFFD; }

 p { color: rgb(97,175,253); }

 H1.HeaderClassName
 {
   color: #61AFFD;
 }
 .AnyTagClassName
 {
   color: #61AFFD;
 }
</style>

background-color css

<style>
 a { background-color: #61AFFD; }

 a { background-color: rgb(97,175,253); }

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

border-color css

<style>
 span { border-color: #61AFFD; }

 span { border-color: rgb(97,175,253); }

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