Html Css Color HEX #6ABFFA Maya Blue

📋 copy color: '#6ABFFA'

red 106 ◦ green 191 ◦ blue 250

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

Shades of Maya Blue #6ABFFA

Tints of Maya Blue #6ABFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 34.92%

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 19.38%
G = 34.92%
B = 45.7%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6ABFFA (or 0x6ABFFA) is known color: Maya Blue. HEX triplet: 6A, BF and FA. RGB value is (106,191,250). Sum of RGB (Red+Green+Blue) = 106+191+250=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #6ABFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFFA is #954005. Grayscale: #ABABAB. Windows color (decimal): -9781254 or 16433002. OLE color: 16433002.

HSL color Cylindrical-coordinate representation of color #6ABFFA: hue angle of 204.58º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ABFFA is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 191 250 -
CMYK 0.58 0.24 0 0.02
HSL 204.58º 0.94% 0.7% -
HSV(B) 204.58º 0.58% 0.98% -
XYZ 41.83 47.23 97.35 -
YUV 172.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 106 191 250 0.58 0.24 0 0.02 204.58 0.94 0.7
Hex 6A BF FA 3A 18 0 2 CD 5E 46
Octal 152 277 372 72 30 0 2 315 136 106
Binary 1101010 10111111 11111010 111010 11000 0 10 11001101 1011110 1000110

Color Harmonies of #6ABFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFFA

Black with #6ABFFA

Text Example


Text Example

White with #6ABFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,191,250); }

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

background-color css

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

 a { background-color: rgb(106,191,250); }

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

border-color css

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

 span { border-color: rgb(106,191,250); }

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