Html Css Color HEX #6ABFF1 Maya Blue

📋 copy color: '#6ABFF1'

red 106 ◦ green 191 ◦ blue 241

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

Shades of Maya Blue #6ABFF1

Tints of Maya Blue #6ABFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 19.7%
G = 35.5%
B = 44.8%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6ABFF1 (or 0x6ABFF1) is known color: Maya Blue. HEX triplet: 6A, BF and F1. RGB value is (106,191,241). Sum of RGB (Red+Green+Blue) = 106+191+241=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #6ABFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFF1 is #95400E. Grayscale: #ABABAB. Windows color (decimal): -9781263 or 15843178. OLE color: 15843178.

HSL color Cylindrical-coordinate representation of color #6ABFF1: hue angle of 202.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ABFF1 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 191 241 -
CMYK 0.56 0.21 0 0.05
HSL 202.22º 0.83% 0.68% -
HSV(B) 202.22º 0.56% 0.95% -
XYZ 40.45 46.68 90.1 -
YUV 171.29 167.34 81.43 -
System Red Green Blue C M Y K H S L
Decimal 106 191 241 0.56 0.21 0 0.05 202.22 0.83 0.68
Hex 6A BF F1 38 15 0 5 CA 53 44
Octal 152 277 361 70 25 0 5 312 123 104
Binary 1101010 10111111 11110001 111000 10101 0 101 11001010 1010011 1000100

Color Harmonies of #6ABFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFF1

Black with #6ABFF1

Text Example


Text Example

White with #6ABFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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