Html Css Color HEX #6AACFC Maya Blue

📋 copy color: '#6AACFC'

red 106 ◦ green 172 ◦ blue 252

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

Shades of Maya Blue #6AACFC

Tints of Maya Blue #6AACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 20%
G = 32.45%
B = 47.55%

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

#6AACFC (or 0x6AACFC) is known color: Maya Blue. HEX triplet: 6A, AC and FC. RGB value is (106,172,252). Sum of RGB (Red+Green+Blue) = 106+172+252=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #6AACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AACFC is #955303. Grayscale: #A0A0A0. Windows color (decimal): -9786116 or 16559210. OLE color: 16559210.

HSL color Cylindrical-coordinate representation of color #6AACFC: hue angle of 212.88º degrees, saturation: 0.96, 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 #6AACFC is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 172 252 -
CMYK 0.58 0.32 0 0.01
HSL 212.88º 0.96% 0.7% -
HSV(B) 212.88º 0.58% 0.99% -
XYZ 38.27 39.6 97.72 -
YUV 161.39 179.13 88.5 -
System Red Green Blue C M Y K H S L
Decimal 106 172 252 0.58 0.32 0 0.01 212.88 0.96 0.7
Hex 6A AC FC 3A 20 0 1 D5 60 46
Octal 152 254 374 72 40 0 1 325 140 106
Binary 1101010 10101100 11111100 111010 100000 0 1 11010101 1100000 1000110

Color Harmonies of #6AACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AACFC

Black with #6AACFC

Text Example


Text Example

White with #6AACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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