#6ACBF7

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

Shades of Maya Blue #6ACBF7

Tints of Maya Blue #6ACBF7

Color information

#6ACBF7 (or 0x6ACBF7) is unknown color: approx Maya Blue. HEX triplet: 6A, CB and F7. RGB value is (106,203,247). Sum of RGB (Red+Green+Blue) = 106+203+247=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #6ACBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACBF7 is #953408. Grayscale: #B2B2B2. Windows color (decimal): -9778185 or 16239466. OLE color: 16239466.

HSL color Cylindrical-coordinate representation of color #6ACBF7: hue angle of 198.72º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ACBF7 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB106203247-
CMYK0.570.1800.03
HSL198.72º89.81%69.22%-
HSV(B)198.72º57.09%96.86%-
XYZ44.0952.4995.8-
YUV179.01166.3675.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.06%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 247 (96.88% from 255) = 44.42%
R=19.06%
G=36.51%
B=44.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1062032470.570.1800.03198.7289.8169.22
Hex6ACBF7391203c75a45
Octal152313367712203307132105
Binary11010101100101111110111111001100100111100011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,203,247); }

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

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

 a { background-color: rgb(106,203,247); }

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

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

 span { border-color: rgb(106,203,247); }

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