Html Css Color HEX #6ACFFF Maya Blue

📋 copy color: '#6ACFFF'

red 106 ◦ green 207 ◦ blue 255

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

Shades of Maya Blue #6ACFFF

Tints of Maya Blue #6ACFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.44%

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

R = 18.66%
G = 36.44%
B = 44.89%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6ACFFF (or 0x6ACFFF) is known color: Maya Blue. HEX triplet: 6A, CF and FF. RGB value is (106,207,255). Sum of RGB (Red+Green+Blue) = 106+207+255=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ACFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACFFF is #953000. Grayscale: #B5B5B5. Windows color (decimal): -9777153 or 16764778. OLE color: 16764778.

HSL color Cylindrical-coordinate representation of color #6ACFFF: hue angle of 199.33º 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 #6ACFFF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 106 207 255 -
CMYK 0.58 0.19 0 0
HSL 199.33º 1% 0.71% -
HSV(B) 199.33º 0.58% 1% -
XYZ 46.31 54.91 102.77 -
YUV 182.27 169.04 73.6 -
System Red Green Blue C M Y K H S L
Decimal 106 207 255 0.58 0.19 0 0 199.33 1 0.71
Hex 6A CF FF 3A 13 0 0 C7 64 47
Octal 152 317 377 72 23 0 0 307 144 107
Binary 1101010 11001111 11111111 111010 10011 0 0 11000111 1100100 1000111

Color Harmonies of #6ACFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACFFF

Black with #6ACFFF

Text Example


Text Example

White with #6ACFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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