Html Css Color HEX #6AACFD Maya Blue

📋 copy color: '#6AACFD'

red 106 ◦ green 172 ◦ blue 253

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

Shades of Maya Blue #6AACFD

Tints of Maya Blue #6AACFD

RGB

 RED value IS 106 (41.8% from 255) = 19.96%

 GREEN value IS 172 (67.58% from 255) = 32.39%

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

R = 19.96%
G = 32.39%
B = 47.65%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6AACFD (or 0x6AACFD) is known color: Maya Blue. HEX triplet: 6A, AC and FD. RGB value is (106,172,253). Sum of RGB (Red+Green+Blue) = 106+172+253=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AACFD is #955302. Grayscale: #A1A1A1. Windows color (decimal): -9786115 or 16624746. OLE color: 16624746.

HSL color Cylindrical-coordinate representation of color #6AACFD: hue angle of 213.06º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AACFD is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 172 253 -
CMYK 0.58 0.32 0 0.01
HSL 213.06º 0.97% 0.7% -
HSV(B) 213.06º 0.58% 0.99% -
XYZ 38.43 39.66 98.56 -
YUV 161.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 106 172 253 0.58 0.32 0 0.01 213.06 0.97 0.7
Hex 6A AC FD 3A 20 0 1 D5 61 46
Octal 152 254 375 72 40 0 1 325 141 106
Binary 1101010 10101100 11111101 111010 100000 0 1 11010101 1100001 1000110

Color Harmonies of #6AACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AACFD

Black with #6AACFD

Text Example


Text Example

White with #6AACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AACFD; }

 p { color: rgb(106,172,253); }

 H1.HeaderClassName
 {
   color: #6AACFD;
 }
 .AnyTagClassName
 {
   color: #6AACFD;
 }
</style>

background-color css

<style>
 a { background-color: #6AACFD; }

 a { background-color: rgb(106,172,253); }

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

border-color css

<style>
 span { border-color: #6AACFD; }

 span { border-color: rgb(106,172,253); }

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