#6ACFF4

Color #6ACFF4 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #6ACFF4

Tints of Maya Blue #6ACFF4

Color information

#6ACFF4 (or 0x6ACFF4) is unknown color: approx Maya Blue. HEX triplet: 6A, CF and F4. RGB value is (106,207,244). Sum of RGB (Red+Green+Blue) = 106+207+244=557 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.03% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #6ACFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACFF4 is #95300B. Grayscale: #B4B4B4. Windows color (decimal): -9777164 or 16043882. OLE color: 16043882.

HSL color Cylindrical-coordinate representation of color #6ACFF4: hue angle of 196.09º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ACFF4 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB106207244-
CMYK0.570.1500.04
HSL196.09º86.25%68.63%-
HSV(B)196.09º56.56%95.69%-
XYZ44.5954.2293.7-
YUV181.02163.5474.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.03%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 244 (95.70% from 255) = 43.81%
R=19.03%
G=37.16%
B=43.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1062072440.570.1500.04196.0986.2568.63
Hex6ACFF439F04c45645
Octal152317364711704304126105
Binary11010101100111111110100111001111101001100010010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ACFF4;
 }
 .AnyTagClassName
 {
   color: #6ACFF4;
 }
</style>
background-color css

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

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

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

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

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

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