Html Css Color HEX #6AC8FE Maya Blue

📋 copy color: '#6AC8FE'

red 106 ◦ green 200 ◦ blue 254

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

Shades of Maya Blue #6AC8FE

Tints of Maya Blue #6AC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.71%

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 18.93%
G = 35.71%
B = 45.36%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6AC8FE (or 0x6AC8FE) is known color: Maya Blue. HEX triplet: 6A, C8 and FE. RGB value is (106,200,254). Sum of RGB (Red+Green+Blue) = 106+200+254=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AC8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC8FE is #953701. Grayscale: #B1B1B1. Windows color (decimal): -9778946 or 16697450. OLE color: 16697450.

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

Color convert

RGB 106 200 254 -
CMYK 0.58 0.21 0 0.00
HSL 201.89º 0.99% 0.71% -
HSV(B) 201.89º 0.58% 1% -
XYZ 44.49 51.53 101.37 -
YUV 178.05 170.86 76.61 -
System Red Green Blue C M Y K H S L
Decimal 106 200 254 0.58 0.21 0 0.00 201.89 0.99 0.71
Hex 6A C8 FE 3A 15 0 0 CA 63 47
Octal 152 310 376 72 25 0 0 312 143 107
Binary 1101010 11001000 11111110 111010 10101 0 0 11001010 1100011 1000111

Color Harmonies of #6AC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC8FE

Black with #6AC8FE

Text Example


Text Example

White with #6AC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,200,254); }

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

background-color css

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

 a { background-color: rgb(106,200,254); }

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

border-color css

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

 span { border-color: rgb(106,200,254); }

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