Html Css Color HEX #6ABCFF Maya Blue

📋 copy color: '#6ABCFF'

red 106 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #6ABCFF

Tints of Maya Blue #6ABCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.24%

 BLUE value IS 255 (100% from 255) = 46.45%

R = 19.31%
G = 34.24%
B = 46.45%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6ABCFF (or 0x6ABCFF) is known color: Maya Blue. HEX triplet: 6A, BC and FF. RGB value is (106,188,255). Sum of RGB (Red+Green+Blue) = 106+188+255=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ABCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABCFF is #954300. Grayscale: #AAAAAA. Windows color (decimal): -9782017 or 16759914. OLE color: 16759914.

HSL color Cylindrical-coordinate representation of color #6ABCFF: hue angle of 206.98º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ABCFF is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 106 188 255 -
CMYK 0.58 0.26 0 0
HSL 206.98º 1% 0.71% -
HSV(B) 206.98º 0.58% 1% -
XYZ 41.98 46.25 101.32 -
YUV 171.12 175.33 81.55 -
System Red Green Blue C M Y K H S L
Decimal 106 188 255 0.58 0.26 0 0 206.98 1 0.71
Hex 6A BC FF 3A 1A 0 0 CF 64 47
Octal 152 274 377 72 32 0 0 317 144 107
Binary 1101010 10111100 11111111 111010 11010 0 0 11001111 1100100 1000111

Color Harmonies of #6ABCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCFF

Black with #6ABCFF

Text Example


Text Example

White with #6ABCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,188,255); }

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

background-color css

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

 a { background-color: rgb(106,188,255); }

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

border-color css

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

 span { border-color: rgb(106,188,255); }

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